Crates.io | ic0 |
lib.rs | ic0 |
version | 0.23.0 |
source | src |
created_at | 2022-10-22 20:19:01.098165 |
updated_at | 2024-05-06 18:37:45.843421 |
description | Internet Computer System API Binding. |
homepage | |
repository | https://github.com/dfinity/cdk-rs |
max_upload_size | |
id | 694874 |
size | 25,849 |
Internet Computer System API binding.
ic0
is simply an unsafe Rust translation of the System API as described in the IC interface specification.
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:
ic0.txt
in the root of this project;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.