20 releases (5 breaking)

0.6.1 Mar 12, 2024
0.5.0 Feb 2, 2024
0.3.3 Dec 20, 2023
0.3.0 Aug 14, 2023
0.1.20 Feb 1, 2022

#1167 in Magic Beans

Download history 515/week @ 2023-12-22 870/week @ 2023-12-29 542/week @ 2024-01-05 877/week @ 2024-01-12 2077/week @ 2024-01-19 692/week @ 2024-01-26 2663/week @ 2024-02-02 1543/week @ 2024-02-09 547/week @ 2024-02-16 1195/week @ 2024-02-23 2238/week @ 2024-03-01 2321/week @ 2024-03-08 1278/week @ 2024-03-15 853/week @ 2024-03-22 1266/week @ 2024-03-29 1661/week @ 2024-04-05

5,257 downloads per month
Used in 12 crates (10 directly)

Apache-2.0

725KB
8K SLoC

Rust implementation of clvm.

The cargo workspace includes an rlib crate, for use with rust or other applications, and a python wheel.

The python wheel is in wheel. The npm package is in wasm.

TESTS

In order to run the unit tests, run:

cargo test

Fuzzing

The fuzzing infrastructure for clvm_rs uses cargo-fuzz.

Documentation for setting up fuzzing in rust can be found here.

To generate an initial corpus (for the run_program fuzzer), run:

cd tools
cargo run generate-fuzz-corpus

To get started, run:

cargo fuzz run fuzz_run_program --jobs=32 -- -rss_limit_mb=4096

But with whatever number of jobs works best for you.

If you find issues in clvm_rs please see the Bug Bounty program.

Dependencies

~11MB
~299K SLoC