ic-types

Crates.ioic-types
lib.rsic-types
version0.7.0
sourcesrc
created_at2020-08-18 22:46:45.887242
updated_at2022-11-22 18:36:22.007085
descriptionTypes related to the Internet Computer Public Specification.
homepagehttps://docs.rs/ic-types
repositoryhttps://github.com/dfinity/ic-types
max_upload_size
id278044
size14,305
Adam Spofford (adamspofford-dfinity)

documentation

https://docs.rs/ic-types

README

DEPRECATED

This is no longer supported. Its original contents has been moved to other projects.

IC Types

Contributing

Please follow the guidelines in the CONTRIBUTING.md document.

Goal

This library contains typings and utility functions dealing with the Public specification of the Internet Computer and the HTTP client. It might be shared in the future but for now is separated for the purpose of testing and development.

Running Tests

Regular tests can be run by anyone using cargo test. This will not run a special version of the tests that runs against a server implementation of the public specification, though those tests can be run against a compatible Replica.

References

See https://sdk.dfinity.org/docs/interface-spec/index.html

Commit count: 30

cargo fmt