Docs.rs
ibc-query-0.57.0
ibc-query 0.57.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rnbguy
Farhad-Shabani
ibcbot
seanchen1991
Dependencies
displaydoc ^0.2.5
normal
ibc ^0.57.0
normal
ibc-proto ^0.51.1
normal
schemars ^0.8.21
normal
optional
serde ^1.0
normal
optional
tonic ^0.12.1
normal
Versions
44.59%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
ibc_query/core/client/
mod.rs
1
mod
query;
2
mod
service;
3
mod
types;
4
5
pub use
query::
*
;
6
pub use
service::
*
;
7
pub use
types::
*
;