# ๐Ÿƒโ€โ™‚๏ธ future-runner A lightweight Rust crate that gives your futures the exercise they need! Whether you're running on native platforms or WASM, blocking or non-blocking, we've got you covered. ## โœจ Features - ๐ŸŽฏ Cross-platform support (Native & WASM) - ๐Ÿ”„ Configurable execution modes - ๐Ÿงต Optional threaded execution - ๐Ÿšซ Non-blocking mode available - ๐ŸŽฎ Super simple API ## ๐ŸŽจ Feature Flags - `threaded` - Enables thread-based execution - `block` - Enables blocking execution mode ## ๐Ÿ“ฆ Installation To use `future-runner`, add it to your `Cargo.toml`: ```toml [dependencies] future-runner = "0.0.1" ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.