#sdk #artificial-intelligence #asimov

no-std asimov-server

ASIMOV Software Development Kit (SDK) for Rust

3 releases

Uses new Rust 2024

25.0.0-dev.7 May 19, 2025
25.0.0-dev.6 May 15, 2025
25.0.0-dev.5 May 7, 2025

#225 in Machine learning

Download history 117/week @ 2025-05-06 256/week @ 2025-05-13 66/week @ 2025-05-20 5/week @ 2025-05-27

444 downloads per month

Unlicense

73KB
1.5K SLoC

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package Documentation

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

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition)

⬇️ Installation

Installation via Cargo

cargo add asimov-sdk

Installation in Cargo.toml (with all features enabled)

[dependencies]
asimov = { package = "asimov-sdk", "version" = "25.0.0-dev.7" }

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

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

👉 Examples

Importing the SDK

use asimov::*;

📚 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

~10–40MB
~574K SLoC