Status: WIP
A set of primitive types and utilities for the Everscale blockchain.
Heavily inspired by ton-labs-types
,
but with much more emphasis on speed.
bash
cargo bench boc
cargo bench dict
```bash
rustup +nightly component add miri
cargo +nightly miri test ```
```bash
cargo install cargo-fuzz
cargo +nightly fuzz run bocdecode -j 12 cargo +nightly fuzz run bocdecodeencode -j 12 cargo +nightly fuzz run bocdecodepair -j 12 cargo +nightly fuzz run bocdict -j 12 cargo +nightly fuzz run boc_message -j 12 ```
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
Licensed under either of
at your option.