logo
首页技术栈工具库讨论
rust-fil-proofs
由 Wang Zuo wangzuo 2021-01-21 创建
测试一下cargo.toml 导入
anyhow
anyhow
Flexible concrete Error type built on std::error::Error
bellperson
bellperson
zk-SNARK library
bincode
bincode
A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
bitvec
bitvec
A crate for manipulating memory, bit by bit
byte-slice-cast
byte-slice-cast
Safely cast bytes slices from/to slices of built-in fundamental numeric types
fil_logger
fil_logger
A logging library used by Filecoin
generic-array
generic-array
Generic types implementing functionality of arrays
gperftools
gperftools
Bindings to google's gperftools
groupy
groupy
Elliptic curve group traits and utilities
hex
hex
Encoding and decoding data into/from hexadecimal representation.
itertools
itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
lazy_static
lazy_static
A macro for declaring lazily evaluated statics in Rust.
log
log
A lightweight logging facade for Rust
memmap
memmap
Cross-platform Rust API for memory-mapped file IO
merkletree
merkletree
Light merkle tree implementation with SPV support and dependency agnostic.
pretty_assertions
pretty_assertions
Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
rand_xoshiro
rand_xoshiro
Xoshiro, xoroshiro and splitmix64 random number generators
rexpect
rexpect
Interact with unix processes/bash the same way as pexpect or Don libes expect does
tempfile
tempfile
A library for managing temporary files and directories.
typenum
typenum
Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.