Procedural macros for matterdb
This crate provides several procedural macros for MatterDB.
Overview of presented macros:
BinaryValue: derive macro forBinaryValuetrait of MerkleDB. The implementation usesserdetraits usingbincode.FromAccess: derive macro forFromAccesstrait for schemas of MerkleDB indexes.
Consult the crate docs for more details.
Usage
Include matterdb-derive as a dependency in your Cargo.toml:
[]
= "1.0.0"
License
matterdb-derive is licensed under the Apache License (Version 2.0).
See LICENSE for details.