-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update metadata * Update rust/candid_parser/Cargo.toml --------- Co-authored-by: Gabor Greif <[email protected]>
- Loading branch information
1 parent
1c00b4a
commit aeacf90
Showing
5 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# Changelog | ||
|
||
## Rust 0.10.0 | ||
## 2023-11-16 (Rust 0.10.0) | ||
|
||
### Breaking changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Candid | ||
|
||
[Candid](https://github.com/dfinity/candid/tree/master/spec/Candid.md) is an interface description language (IDL) for interacting with _canisters_ (also known as _services_ or _actors_) running on the Internet Computer. | ||
|
||
The `candid_parser` crate contains the parser and binding generator for Candid. | ||
|
||
# Usage | ||
|
||
See [the docs here](https://docs.rs/candid_parser). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name = "ic_principal" | |
version = "0.1.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2021" | ||
description = "Principal type used on the Internet Computer." | ||
homepage = "https://internetcomputer.org/docs/current/references/id-encoding-spec" | ||
documentation = "https://docs.rs/ic_principal" | ||
repository="https://github.com/dfinity/candid" | ||
|