ic-dbms-macros 0.1.0

Macros and derive ic-dbms-canister
Documentation

ic-dbms-macros

logo

license-mit repo-stars downloads latest-version ko-fi conventional-commits

ci coveralls docs

Macros and derive for ic-dbms-canister

This crate provides procedural macros to automatically implement traits required by the ic-dbms-canister.

Provided Derive Macros

  • Encode: Automatically implements the Encode trait for structs.
  • Table: Automatically implements the TableSchema trait and associated types.
  • DbmsCanister: Automatically implements the API for the ic-dbms-canister.

License

This project is licensed under the MIT License. See the LICENSE file for details.