-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19b945c
commit fdf8ba1
Showing
6 changed files
with
42 additions
and
24 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
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# IBC Derive | ||
|
||
This crate provides a set of procedural macros for deriving IBC-related traits | ||
defined in the [`ibc-rs`](https://github.com/cosmos/ibc-rs) repository. reducing | ||
the amount of boilerplate code required to implement them. It already contains | ||
macro implementations for the following traits: | ||
defined in the [`ibc-rs`](https://github.com/cosmos/ibc-rs) repository, reducing | ||
the amount of boilerplate code required to implement them. It contains macro | ||
implementations for the following traits: | ||
|
||
- [ClientState](./../ibc-core/ics02-client/context/src/client_state.rs) | ||
- [ConsensusState](./../ibc-core/ics02-client/context/src/consensus_state.rs) |