# 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`)