# stellwerksim-rs [![Crates.io](https://img.shields.io/crates/v/stellwerksim?style=flat-square)](https://crates.io/crates/stellwerksim) [![docs.rs](https://img.shields.io/docsrs/stellwerksim?style=flat-square)](https://docs.rs/stellwerksim) ![Crates.io](https://img.shields.io/crates/l/stellwerksim?style=flat-square) [![CI](https://github.com/NyCodeGHG/stellwerksim-rs/workflows/CI/badge.svg)](https://github.com/NyCodeGHG/stellwerksim-rs/actions?query=workflow%3ACI) Rust SDK for writing asynchronous [StellwerkSim](https://doku.stellwerksim.de/doku.php?id=stellwerksim:plugins:schnittstelle) plugins using [tokio](https://crates.io/crates/tokio). ## Versioning This crate uses [Semantic Versioning](https://semver.org/). > **Note** > Unless the crate has reached 1.0.0, breaking changes can also occur in minor releases. ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ## Contribution 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.