candid_derive

Crates.iocandid_derive
lib.rscandid_derive
version0.6.6
sourcesrc
created_at2020-05-14 23:35:26.92149+00
updated_at2024-02-27 21:01:50.44574+00
descriptionMacros implementation of #[derive(CandidType)] for the Candid.
homepagehttps://docs.rs/candid_derive
repositoryhttps://github.com/dfinity/candid
max_upload_size
id241689
size37,832
Eric Swanson (ericswanson-dfinity)

documentation

https://docs.rs/candid_derive

README

Candid Derive

Candid is an interface description language (IDL) for interacting with canisters (also known as services or actors) running on the Internet Computer.

Macros implementation of #[derive(CandidType)] to convert Rust data types to Candid types. This crate should be considered as an implementation detail, and not be used directly, only via the candid crate.

Usage

See the docs here.

Commit count: 497

cargo fmt