11 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.9 May 30, 2025
25.0.0-dev.3 Apr 21, 2025

#305 in Build Utils

Download history 186/week @ 2025-04-08 310/week @ 2025-04-15 151/week @ 2025-04-22 19/week @ 2025-04-29 4/week @ 2025-05-06 180/week @ 2025-05-13 54/week @ 2025-05-20 131/week @ 2025-05-27 9/week @ 2025-06-03 7/week @ 2025-06-10 275/week @ 2025-06-17 179/week @ 2025-06-24

483 downloads per month
Used in 2 crates

Unlicense

24KB
549 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.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.9–11MB
~128K SLoC