alloy-trie

Crates.ioalloy-trie
lib.rsalloy-trie
version
sourcesrc
created_at2023-12-20 13:42:04.227422
updated_at2024-11-07 14:41:32.156439
descriptionFast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
homepagehttps://github.com/alloy-rs/trie
repositoryhttps://github.com/alloy-rs/trie
max_upload_size
id1075294
Cargo.toml error:TOML parse error at line 29, column 1 | 29 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Roman Krasiuk (rkrasiuk)

documentation

README

alloy-trie

Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles.

Commit count: 77

cargo fmt