28 releases (17 stable)
new 2.8.0 | Nov 4, 2024 |
---|---|
2.7.0 | Aug 30, 2024 |
2.7.0-beta.3 | Apr 18, 2024 |
2.7.0-beta.1 | Feb 15, 2024 |
0.8.0 | Jun 30, 2022 |
#4 in #strict-encoding
5,390 downloads per month
Used in 75 crates
(3 directly)
47KB
913 lines
Strict encoding derivation macros
Derivation macros for strict encoding. To learn more about the strict encoding
please check strict_encoding
crate.
The development of the library is supported by UBIDECO Labs.
Documentation
Detailed developer & API documentation for the library can be accessed at https://docs.rs/strict_encoding_derive/
Usage
To use the library, you need to reference the latest version of the
strict_encoding
crate in[dependencies]
section of your project
Cargo.toml
. This crate includes derivation macros from the present library by
default.
strict_encoding = "2.0"
Library exports derivation macros StrictType
, StrictDumb
, StrictEncode
,
StrictDecode
.
Contributing
Contribution guidelines can be found in CONTRIBUTING
Licensing
The libraries are distributed on the terms of Apache 2.0 opensource license. See LICENCE file for the license details.
Dependencies
~1.5MB
~39K SLoC