Rust API ======== This section contains the documentation for the Rust API of Storm. Installation ----------- Add Storm to your ``Cargo.toml``: .. code-block:: toml [dependencies] storm = { git = "https://github.com/yourusername/storm.git" } Quick Start ---------- Here's a quick example of how to use Storm in Rust: .. code-block:: rust use storm; fn main() { // Your code here } API Reference ------------ The complete Rust API documentation is available at the `docs.rs `_ website.