ic0

Crates.ioic0
lib.rsic0
version0.23.0
sourcesrc
created_at2022-10-22 20:19:01.098165
updated_at2024-05-06 18:37:45.843421
descriptionInternet Computer System API Binding.
homepage
repositoryhttps://github.com/dfinity/cdk-rs
max_upload_size
id694874
size25,849
Adam Spofford (adamspofford-dfinity)

documentation

README

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.

Commit count: 318

cargo fmt