Skip to content

Commit

Permalink
one package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Dec 17, 2023
1 parent 0dc4329 commit 44f6d8b
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 361 deletions.
95 changes: 2 additions & 93 deletions Cargo.lock

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

26 changes: 23 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
[workspace]
[package]
name = "identified_vec"
version = "0.1.5"
edition = "2021"
authors = ["Alexander Cyon <alex.cyon@gmail.com>"]
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"]

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

members = ["identified_vec", "identified_vec_macros", "tests"]
[dependencies]
serde = { version = "1.0.193", optional = true }
thiserror = "1.0.50"

[dev-dependencies]
identified_vec = { path = ".", features = ["id_prim", "serde"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
184 changes: 0 additions & 184 deletions identified_vec/Cargo.lock

This file was deleted.

20 changes: 0 additions & 20 deletions identified_vec/Cargo.toml

This file was deleted.

23 changes: 0 additions & 23 deletions identified_vec_macros/Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 44f6d8b

Please # to comment.