archway-proto

Crates.ioarchway-proto
lib.rsarchway-proto
version
sourcesrc
created_at2023-10-16 16:04:28.306194
updated_at2024-11-26 16:32:47.588962
descriptionRust build of Archway's ProtoBuf definitions
homepagehttps://archway.io
repositoryhttps://github.com/archway-network/arch3.rs
max_upload_size
id1004885
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Guy S Garcia (FloppyDisck)

documentation

README

Archway Proto

Crate Docs Apache 2.0 Licensed MSRV

Rust build of Archway's ProtoBuf definitions.

This package can be used both in CosmWasm smart contracts and gRPC clients. It is based on the cosmos-sdk-proto v0.18.0 crate to provide the Cosmos SDK messages through the cosmos-sdk-proto crate and follows the same feature definitions, with the tonic gRPC clients enabled by default.

Usage

In CosmWasm smart contracts

archway-proto = { version = "0.2.1", default-features = false, features = ["cosmwasm"] }

For the gRPC client functionality (won't work in CosmWasm)

archway-proto = "0.2.1"

License

This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.

Commit count: 114

cargo fmt