#icp #dfinity #canisters #motoko #dfx #byte-size

ic_candy

ICP data types wrappers and additional functions

1 unstable release

0.1.0 Apr 22, 2023

#2 in #dfx

MIT license

46KB
817 lines

License: MIT

candy-rs

candy-rs is a Rust library for working with ic-cdk data types. It also serves as a tool for communicating with motoko canisters which use motoko candy library

Example

The example directory contains a DFX set up project that includes two canisters, one written in Motoko and another in Rust, both of which use the Candy libraries. These canisters showcase the type compatibility and functionality of the Candy libraries. The tests in the "jest" directory demonstrate typings and the differences in functionality due to the diffetent byte size of values in Motoko and Rust.

Testing

From the root directory of the project, execute the following command:

 cargo test

Contributing

Contributions to Candy are welcome! If you find a bug or have a feature request, please file an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request. All contributions must be licensed under the MIT License.

License

Candy is licensed under the MIT License.

Dependencies

~4.5–7.5MB
~108K SLoC