1 2 3 4 5 6 7 8 9 10 11 12
# IC Kit This library provides an alternative to `ic-cdk` that can help developers write canisters and unit test them in their Rust code. ## Install Add this to your `Cargo.toml` ```toml ic-kit = "0.3.0" ```