Crates.io | strict_encoding_derive |
lib.rs | strict_encoding_derive |
version | 2.8.0 |
source | src |
created_at | 2021-01-18 17:26:46.498832 |
updated_at | 2024-11-04 07:28:05.751259 |
description | Strict encoding derivation macros |
homepage | https://strict-types.org |
repository | https://github.com/strict-types/strict-encoding |
max_upload_size | |
id | 343589 |
size | 62,455 |
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.
Detailed developer & API documentation for the library can be accessed at https://docs.rs/strict_encoding_derive/
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
.
Contribution guidelines can be found in CONTRIBUTING
The libraries are distributed on the terms of Apache 2.0 opensource license. See LICENCE file for the license details.