ic0 0.18.4

Internet Computer System API Binding.
docs.rs failed to build ic0-0.18.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ic0-0.23.0

ic0

Internet Computer System API binding.

What

ic0 is simply an unsafe Rust translation of Internet Computer System API as described in the Specification.

Update and Version Strategy

ic0 keeps in step with interface-spec. Particularly, ic0 is directly generated from ic0.txt in that repo.

When interface-spec releases a new version that modify ic0.txt, we replace ic0.txt in the root of this crate and run cargo build to generate a new src/ic0.rs.

The version of ic0 crate will also bump to the same version as interface-spec.