From 9ad541816e3d9c7fe82cf162f4ac7323935396eb Mon Sep 17 00:00:00 2001 From: Moreal Date: Thu, 4 Jul 2024 10:13:21 +0900 Subject: [PATCH] docs: write bencodex-rs features --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.