11 releases
new 0.24.0-alpha.1 | Feb 26, 2025 |
---|---|
0.23.0 | May 6, 2024 |
0.21.1 | Oct 11, 2023 |
0.18.11 | Jul 13, 2023 |
0.18.7 | Nov 28, 2022 |
#341 in Magic Beans
71,339 downloads per month
Used in 134 crates
(3 directly)
13KB
215 lines
ic0
Internet Computer System API binding.
What
ic0
is simply an unsafe Rust translation of the System API as described in the IC interface specification.
Update
ic0
keeps in step with the IC interface specification. Particularly, ic0
is directly generated from system API in that repo.
When interface-spec releases a new version that modify system API:
- replace
ic0.txt
in the root of this project; - execute
cargo run --example=ic0build
;
src/ic0.rs
should be updated.
lib.rs
:
Raw bindings to the Internet Computer system API.