diff --git a/README.md b/README.md index 1aa592c..4577097 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ The [Rust] implementation of [Bencodex]. +- **Correctness** - Implement Bencodex spec and passed tests with its testsuites. +- **[Bencodex JSON]** - Support encoding Bencodex to JSON and decoding JSON to Bencodex. +- **Feature flags** - Support `json`, `json-cli` feature flags to minimize binary size in use. + [Rust]: https://rust-lang.org/ [Bencodex]: https://bencodex.org/ -## Bencodex JSON feature. +## Bencodex JSON feature bencodex-rs implements [Bencodex JSON] feature, encoding and decoding both.