#sdk #artificial-intelligence #asimov

no-std asimov-directory

ASIMOV Software Development Kit (SDK) for Rust

5 releases

Uses new Rust 2024

new 25.0.0-dev.13 Jul 1, 2025
25.0.0-dev.12 Jun 27, 2025
25.0.0-dev.11 Jun 19, 2025
25.0.0-dev.10 Jun 18, 2025
25.0.0-dev.3 Apr 22, 2025

#41 in #asimov

Download history 94/week @ 2025-04-21 13/week @ 2025-04-28 2/week @ 2025-05-05 11/week @ 2025-05-12 4/week @ 2025-05-19 242/week @ 2025-06-16 142/week @ 2025-06-23 128/week @ 2025-06-30

512 downloads per month

Unlicense

5KB

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package Documentation

ASIMOV is a polyglot development platform for trustworthy, neurosymbolic AI.

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

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition)

⬇️ Installation

Installation via Cargo

cargo add asimov-module

Installation in Cargo.toml (with all features enabled)

[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.13" }

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

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

👉 Examples

Importing the SDK

use asimov::*;

📚 Reference

docs.rs/asimov-module/

👨‍💻 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

~0.8–1.4MB
~29K SLoC