Docs.rs
ic_candy-0.2.0
ic_candy 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
DunkanMcLoud
Dependencies
candid ^0.10.8
normal
hex ^0.4.3
normal
ic-cdk ^0.14.0
normal
num-bigint ^0.4.5
normal
num-traits ^0.2.19
normal
serde ^1.0.203
normal
serde_json ^1.0.117
normal
pretty_assertions ^1.4.0
dev
Versions
33.71%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
ic_candy/
lib.rs
1
extern crate
core;
2
3
pub mod
types;
4
pub mod
value;
5
pub mod
workspace;