bencodex-rs 0.5.1

The Rust implementation of Bencodex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CLAUDE.md

## Build Commands

```bash
cargo build --all-features
cargo clippy --all-features
cargo test --all-features
cargo fmt --all
```

## Bencodex Specification

- [Bencodex Spec]https://github.com/planetarium/bencodex/blob/main/README.md (`spec/README.md`)
- [JSON Representation]https://github.com/planetarium/bencodex/blob/main/JSON.md (`spec/JSON.md`)