#sdk #artificial-intelligence #asimov

no-std asimov-prompt

ASIMOV Software Development Kit (SDK) for Rust

8 releases

Uses new Rust 2024

new 25.0.0-dev.14 Jul 14, 2025
25.0.0-dev.13 Jul 1, 2025
25.0.0-dev.12 Jun 27, 2025
25.0.0-dev.9 May 30, 2025

#1979 in Text processing

Download history 118/week @ 2025-05-12 146/week @ 2025-05-19 126/week @ 2025-05-26 17/week @ 2025-06-02 2/week @ 2025-06-09 276/week @ 2025-06-16 164/week @ 2025-06-23 173/week @ 2025-06-30 30/week @ 2025-07-07

643 downloads per month
Used in 3 crates (2 directly)

Unlicense

14KB
240 lines

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.14" }

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

[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.14", 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

~1–21MB
~353K SLoC