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

Download history 20586/week @ 2024-11-05 21426/week @ 2024-11-12 24644/week @ 2024-11-19 23508/week @ 2024-11-26 26025/week @ 2024-12-03 25742/week @ 2024-12-10 16090/week @ 2024-12-17 4067/week @ 2024-12-24 10926/week @ 2024-12-31 23166/week @ 2025-01-07 23750/week @ 2025-01-14 24176/week @ 2025-01-21 21315/week @ 2025-01-28 27943/week @ 2025-02-04 17949/week @ 2025-02-11 23/week @ 2025-02-18

71,339 downloads per month
Used in 134 crates (3 directly)

Apache-2.0

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:

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

src/ic0.rs should be updated.


lib.rs:

Raw bindings to the Internet Computer system API.

No runtime deps