Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 639 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 639 Bytes

Candid

Crates.io Documentation

This directory hosts the following crates:

  • candid, a serialization/deserialization library for Candid. You can seamlessly convert between Rust values and Candid in both binary and text format.
  • candid_derive, an internal crate 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.