# cosmos-rust **Repository Path**: paddingme/cosmos-rust ## Basic Information - **Project Name**: cosmos-rust - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-02 - **Last Updated**: 2022-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cosmos Rust This is a place for commonly shared rust resources related to the Cosmos ecosystem. ## Crates | Name | Description | crates.io | docs.rs | CI Build | |----------------------|-----------------------------|-----------|---------|----------| | [`cosmrs`] | Cosmos SDK for Rust | [![crates.io][cosmrs-crate-img]][cosmrs-crate-link] | [![docs.rs][cosmrs-docs-img]][cosmrs-docs-link] | [![CI][cosmrs-ci-img]][cosmrs-ci-link] | | [`cosmos‑sdk‑proto`] | Proto and gRPC definitions | [![crates.io][cosmos-sdk-proto-crate-img]][cosmrs-crate-link] | ![docs.rs][cosmos-sdk-proto-docs-img] | [![CI][cosmos-sdk-proto-ci-img]][cosmos-sdk-proto-ci-link] | ## Merge Policy The goal of this repository is to create a place for upstream consensus in the Cosmos Rust community. Different applications will have different requirements from libraries, this repo should strive to contain only code that is useful and actively used by more than one organization. Current maintainers of this repo include [InformalSystems](https://github.com/informalsystems), [Iqlusion](https://github.com/iqlusioninc), [Confio](https://github.com/confio), and [Althea](https://github.com/althea-net) A pull request should be approved by representatives from at least two of those organizations before being merged. In order to update membership or update these rules a pull request changing this description must be approved. ## Branch etiquette Branches in this repo should be of the format git-username/branch-name in order to reduce clutter and prevent collisions. There is an installed git hook that will automatically enforce that branches at least contain a / ## Building Proto files from source The single proto-build crate in this repo clones and rebuilds proto files for all other crates, simply make the required edits in [main.rs](proto-build/main.rs) and run cargo run ## Minimum Supported Rust Version Rust **1.56** [//]: # "crates" [`cosmrs`]: https://github.com/cosmos/cosmos-rust/tree/main/cosmrs [`cosmos‑sdk‑proto`]: https://github.com/cosmos/cosmos-rust/tree/main/cosmos-sdk-proto [//]: # "badges" [cosmrs-crate-img]: https://img.shields.io/crates/v/cosmrs.svg?logo=rust [cosmrs-crate-link]: https://crates.io/crates/cosmrs [cosmrs-docs-img]: https://docs.rs/cosmrs/badge.svg [cosmrs-docs-link]: https://docs.rs/cosmrs/ [cosmrs-ci-img]: https://github.com/cosmos/cosmos-rust/workflows/cosmrs/badge.svg [cosmrs-ci-link]: https://github.com/cosmos/cosmos-rust/actions/workflows/cosmrs.yml [cosmos-sdk-proto-crate-img]: https://img.shields.io/crates/v/cosmos-sdk-proto.svg?logo=rust [cosmrs-crate-link]: https://crates.io/crates/cosmos-sdk-proto [cosmos-sdk-proto-docs-img]: https://docs.rs/cosmos-sdk-proto/badge.svg [cosmos-sdk-proto-docs-link]: https://docs.rs/cosmos-sdk-proto/ [cosmos-sdk-proto-ci-img]: https://github.com/cosmos/cosmos-rust/workflows/cosmos-sdk-proto/badge.svg [cosmos-sdk-proto-ci-link]: https://github.com/cosmos/cosmos-rust/actions/workflows/cosmos-sdk-proto.yml