candid

Crates.iocandid
lib.rscandid
version
sourcesrc
created_at2020-05-14 23:42:22.651296
updated_at2025-01-22 22:47:55.436846
descriptionCandid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.
homepagehttps://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts
repositoryhttps://github.com/dfinity/candid
max_upload_size
id241692
Cargo.toml error:TOML parse error at line 25, column 1 | 25 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Eric Swanson (ericswanson-dfinity)

documentation

https://docs.rs/candid

README

Candid

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

The Candid crate is a serialization/deserialization library for Candid. You can seamlessly convert between Rust values and Candid in both binary and text format.

Usage

See the docs here.

Commit count: 497

cargo fmt