#artificial-intelligence #asimov #sdk

no-std asimov-directory

ASIMOV Software Development Kit (SDK) for Rust

1 release (0 unstable)

new 25.0.0-dev.3 Apr 22, 2025

#19 in #asimov

32 downloads per month

Unlicense

5KB

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package Documentation

🚧 We are building in public. This is presently under heavy construction.

🛠️ Prerequisites

⬇️ Installation

Installation via Cargo

cargo add asimov-sdk

Installation in Cargo.toml (with all features enabled)

[dependencies]
asimov-sdk = "25.0.0-dev.3"

Installation in Cargo.toml (with only specific features enabled)

[dependencies]
asimov-sdk = { version = "25.0.0-dev.3", default-features = false, features = ["tracing"] }

👉 Examples

Importing the SDK

use asimov_sdk::*;

📚 Reference

https://docs.rs/asimov-sdk/

👨‍💻 Development

git clone https://github.com/asimov-platform/asimov.rs.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Dependencies

~205–640KB
~15K SLoC