Skip to content

Commit

Permalink
Merge pull request #28 from sile/remove-binary-format-feature
Browse files Browse the repository at this point in the history
Remove "binary-format" feature in favor of "serde" feature
  • Loading branch information
sile committed May 28, 2023
2 parents ec160f3 + a32a048 commit d05c027
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 430 deletions.
15 changes: 0 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ edition = "2021"
[badges]
coveralls = { repository = "sile/patricia_tree" }

[features]
binary-format = ["bytecodec", "trackable"]

[dependencies]
bitflags = "1"
bytecodec = { version = "0.4", optional = true }
trackable = { version = "1", optional = true }
serde = { version = "1", optional = true }

[dev-dependencies]
Expand All @@ -32,16 +27,6 @@ serde_json = { version = "1" }
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "decode"
path = "examples/decode.rs"
required-features = ["binary-format"]

[[example]]
name = "encode"
path = "examples/encode.rs"
required-features = ["binary-format"]

[[example]]
name = "insert_lines"
path = "examples/insert_lines.rs"
13 changes: 0 additions & 13 deletions examples/decode.rs

This file was deleted.

19 changes: 0 additions & 19 deletions examples/encode.rs

This file was deleted.

0 comments on commit d05c027

Please sign in to comment.