12 releases

0.24.0-alpha.3 Mar 19, 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

#7 in #cdk

Download history 26972/week @ 2024-12-09 18471/week @ 2024-12-16 4346/week @ 2024-12-23 7560/week @ 2024-12-30 23534/week @ 2025-01-06 23465/week @ 2025-01-13 24681/week @ 2025-01-20 20457/week @ 2025-01-27 27504/week @ 2025-02-03 20904/week @ 2025-02-10 18237/week @ 2025-02-17 21086/week @ 2025-02-24 20135/week @ 2025-03-03 21874/week @ 2025-03-10 21509/week @ 2025-03-17 20658/week @ 2025-03-24

84,505 downloads per month
Used in 148 crates (4 directly)

Apache-2.0

15KB
271 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:

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

src/ic0.rs should be updated.

No runtime deps