Crates.io | alloy-trie |
lib.rs | alloy-trie |
version | |
source | src |
created_at | 2023-12-20 13:42:04.227422 |
updated_at | 2024-11-07 14:41:32.156439 |
description | Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles |
homepage | https://github.com/alloy-rs/trie |
repository | https://github.com/alloy-rs/trie |
max_upload_size | |
id | 1075294 |
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` |
size | 0 |
Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles.