Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Dec 13, 2023
1 parent d691a10 commit cc004c8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 1,533 deletions.
22 changes: 16 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 3 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
[package]
name = "identified_vec"
version = "0.1.4"
edition = "2021"
authors = ["Alexander Cyon <[email protected]>"]
description = "Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type."
license = "MIT"
readme = "README.md"
repository = "https://github.com/Sajjon/identified_vec"
keywords = ["identifiable", "vec", "orderset", "set", "hashset"]
categories = ["data-structures"]
[workspace]

[features]
serde = ["dep:serde"]
id_prim = []
is_id_vec_of = []
resolver = "2"

[dependencies]
serde = { version = "1.0.193", optional = true }
thiserror = "1.0.50"

[dev-dependencies]
identified_vec = { path = ".", features = ["id_prim", "serde"] }
serde = "1.0.193"
serde_json = "1.0.108"
rand = "0.8.5"
maplit = "1.0.2"
members = ["identified_vec", "identified_vec_macros"]
18 changes: 0 additions & 18 deletions src/identifiable_trait.rs

This file was deleted.

165 changes: 0 additions & 165 deletions src/lib.rs

This file was deleted.

26 changes: 0 additions & 26 deletions src/primitives_identifiable.rs

This file was deleted.

6 changes: 0 additions & 6 deletions src/serde_error.rs

This file was deleted.

Loading

0 comments on commit cc004c8

Please sign in to comment.