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