strict_encoding_derive

Crates.iostrict_encoding_derive
lib.rsstrict_encoding_derive
version2.7.0-beta.3
sourcesrc
created_at2021-01-18 17:26:46.498832
updated_at2024-04-18 11:20:03.718577
descriptionStrict encoding derivation macros
homepagehttps://strict-types.org
repositoryhttps://github.com/strict-types/strict-encoding
max_upload_size
id343589
size62,982
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

README

Strict encoding derivation macros

Build Tests Lints codecov

crates.io Docs unsafe forbidden Apache-2 licensed

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 Institute.

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.

Commit count: 326

cargo fmt