5 releases

0.1.4 Sep 25, 2023
0.1.3 Aug 15, 2023
0.1.2 Apr 18, 2023
0.1.1 Mar 9, 2023
0.1.0 Feb 15, 2023

#101 in #helpers

Download history 15/week @ 2023-12-18 7/week @ 2023-12-25 17/week @ 2024-01-08 4/week @ 2024-01-15 15/week @ 2024-02-05 17/week @ 2024-02-12 23/week @ 2024-02-19 58/week @ 2024-02-26 46/week @ 2024-03-04 31/week @ 2024-03-11 39/week @ 2024-03-18 39/week @ 2024-03-25 165/week @ 2024-04-01

282 downloads per month
Used in 7 crates (via everscale-types)

MIT/Apache

32KB
903 lines

Logo

Everscale types   crates-io-batch docs-badge rust-version-badge workflow-badge

Status: WIP

About

A set of primitive types and utilities for the Everscale blockchain.

Heavily inspired by ton-labs-types, but with much more emphasis on speed.

Development

How to bench

cargo bench boc
cargo bench dict

How to miri check

# Add Miri component
rustup +nightly component add miri

# Run all tests with Miri
cargo +nightly miri test

How to fuzz

# Install fuzzer
cargo install cargo-fuzz

# Run any of the fuzzer targets
cargo +nightly fuzz run boc_decode -j 12
cargo +nightly fuzz run boc_decode_encode -j 12
cargo +nightly fuzz run boc_decode_pair -j 12
cargo +nightly fuzz run boc_dict -j 12
cargo +nightly fuzz run boc_message -j 12

Contributing

We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.

License

Licensed under either of

at your option.

Dependencies

~325–770KB
~18K SLoC