Show the crate…
4 releases (2 breaking)
0.9.1 | Jun 8, 2021 |
---|---|
0.9.0 | Feb 18, 2021 |
0.8.0 | Mar 10, 2021 |
0.6.0 | Feb 20, 2021 |
#12 in #tetsy
1,207 downloads per month
Used in 231 crates
(6 directly)
120KB
2.5K
SLoC
This repository is a collection of crates used in Tetcoin projects.
Libraries
Contributions & Code of Conduct
Please follow the contributions guidelines as outlined in ./CONTRIBUTING.md
. In all communications and contributions, this project follows the Contributor Covenant Code of Conduct.
Security
The security policy and procedures can be found in docs/SECURITY.md
.
lib.rs
:
Primitive types shared by Tetcore and Tetsy Vapory.
Those are uint types U128
, U256
and U512
, and fixed hash types H160
,
H256
and H512
, with optional serde serialization, parity-scale-codec and
rlp encoding.
Dependencies
~0.2–1.2MB
~23K SLoC