13 releases

new 0.24.0 Apr 22, 2025
0.24.0-alpha.3 Mar 19, 2025
0.24.0-alpha.1 Feb 26, 2025
0.23.0 May 6, 2024
0.18.7 Nov 28, 2022

#333 in Magic Beans

Download history 14041/week @ 2025-01-01 23053/week @ 2025-01-08 24183/week @ 2025-01-15 23105/week @ 2025-01-22 22973/week @ 2025-01-29 26592/week @ 2025-02-05 18338/week @ 2025-02-12 19288/week @ 2025-02-19 21287/week @ 2025-02-26 21761/week @ 2025-03-05 19137/week @ 2025-03-12 23052/week @ 2025-03-19 19669/week @ 2025-03-26 18640/week @ 2025-04-02 20104/week @ 2025-04-09 9673/week @ 2025-04-16

72,245 downloads per month
Used in 151 crates (5 directly)

Apache-2.0

15KB
271 lines

Raw bindings to the Internet Computer system API.


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