Skip to content

Commit

Permalink
docs: write bencodex-rs features
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Jul 4, 2024
1 parent c05f371 commit 9ad5418
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9ad5418

Please sign in to comment.