10 releases

0.23.0 May 6, 2024
0.21.1 Oct 11, 2023
0.18.12 Sep 18, 2023
0.18.11 Jul 13, 2023
0.18.5 Oct 26, 2022

#869 in Magic Beans

Download history 21316/week @ 2024-02-01 22905/week @ 2024-02-08 20181/week @ 2024-02-15 16995/week @ 2024-02-22 13577/week @ 2024-02-29 16377/week @ 2024-03-07 13302/week @ 2024-03-14 17307/week @ 2024-03-21 12985/week @ 2024-03-28 14549/week @ 2024-04-04 15641/week @ 2024-04-11 19245/week @ 2024-04-18 15317/week @ 2024-04-25 16777/week @ 2024-05-02 13064/week @ 2024-05-09 12456/week @ 2024-05-16

61,514 downloads per month
Used in 98 crates (3 directly)

Apache-2.0

14KB
243 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