9 releases

0.21.1 Oct 11, 2023
0.21.0 Oct 11, 2023
0.18.12 Sep 18, 2023
0.18.11 Jul 13, 2023
0.18.5 Oct 26, 2022

#980 in Magic Beans

Download history 17633/week @ 2023-12-05 15125/week @ 2023-12-12 9234/week @ 2023-12-19 3700/week @ 2023-12-26 6810/week @ 2024-01-02 10837/week @ 2024-01-09 13741/week @ 2024-01-16 12707/week @ 2024-01-23 24627/week @ 2024-01-30 22085/week @ 2024-02-06 21295/week @ 2024-02-13 17162/week @ 2024-02-20 14629/week @ 2024-02-27 16230/week @ 2024-03-05 13206/week @ 2024-03-12 12229/week @ 2024-03-19

59,294 downloads per month
Used in 93 crates (3 directly)

Apache-2.0

14KB
239 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 and Version Strategy

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:

  1. replace ic0.txt in the root of this project;
  2. execute cargo run --example=ic0build;

src/ic0.rs should be updated.

The version of ic0 crate will also bump to the same version as the IC interface specification.


lib.rs:

Raw bindings to the Internet Computer system API.

No runtime deps