ASIMOV Software Development Kit (SDK) for Rust
🚧 We are building in public. This is presently under heavy construction.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition)
⬇️ Installation
Installation via Cargo
Installation in Cargo.toml
(with all features enabled)
[]
= { = "asimov-env", = "25.0.0-dev.10" }
Installation in Cargo.toml
(with only specific features enabled)
[]
= { = "asimov-env", = "25.0.0-dev.10", = false, = ["tracing"] }
👉 Examples
Importing the SDK
use *;
📚 Reference
👨💻 Development