Crates.io | neutron-proto |
lib.rs | neutron-proto |
version | 0.1.1 |
source | src |
created_at | 2023-06-20 18:57:50.041539 |
updated_at | 2023-06-20 21:53:54.699296 |
description | Protobuf type definitions in Rust for the Neutron blockchain |
homepage | https://neutron.org/ |
repository | https://github.com/larry0x/neutron-proto |
max_upload_size | |
id | 895429 |
size | 197,898 |
Protobuf type definitions in Rust for the Neutron blockchain.
Based on the proto-build script originally created by Justin Kilpatrick, Tony Arcieri, and others.
To use the this crate in a CosmWasm contract, make sure to turn off the gRPC-related features, which are not wasm-compatible:
[dependencies]
neutron-proto = { version = "0.1", default-features = false }
Contents in this crate are released under the Apache-2.0 license.