1 release (0 unstable)
new 25.0.0-dev.5 | May 6, 2025 |
---|
#14 in #asimov
5KB
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
cargo add asimov-sdk
Installation in Cargo.toml
(with all features enabled)
[dependencies]
asimov-sdk = "25.0.0-dev.5"
Installation in Cargo.toml
(with only specific features enabled)
[dependencies]
asimov-sdk = { version = "25.0.0-dev.5", default-features = false, features = ["tracing"] }
👉 Examples
Importing the SDK
use asimov_sdk::*;
📚 Reference
👨💻 Development
git clone https://github.com/asimov-platform/asimov.rs.git
Dependencies
~0.9–1.5MB
~30K SLoC