# mattermost_api [![CI](https://github.com/Celeo/mattermost_api/workflows/CI/badge.svg?branch=master)](https://github.com/celeo/mattermost_api/actions?query=workflow%3ACI) [![Crates.io](https://img.shields.io/crates/v/mattermost_api.svg)](https://crates.io/crates/mattermost_api) [![Docs.rs](https://docs.rs/mattermost_api/badge.svg)](https://docs.rs/mattermost_api) [![License](https://img.shields.io/crates/l/mattermost_api)](https://github.com/Celeo/mattermost_api/blob/master/Cargo.toml#L10) Rust bindings for the Mattermost API ## Installing Add the latest version to your `Cargo.toml`. ## Using [Docs link](https://docs.rs/mattermost_api). ## Developing ### Building #### Requirements * Git * A recent version of [Rust](https://www.rust-lang.org/tools/install) #### Steps ```sh git clone https://github.com/Celeo/mattermost_api cd mattermost_api cargo test ``` ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) * MIT license ([LICENSE-MIT](LICENSE-MIT)) ## Contributing Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.