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