#sdk #asimov #ai

no-std asimov-snapshot

ASIMOV Software Development Kit (SDK) for Rust

15 releases (3 stable)

Uses new Rust 2024

new 25.0.2 Nov 12, 2025
25.0.0 Nov 6, 2025
25.0.0-dev.24 Oct 21, 2025
25.0.0-dev.23 Sep 23, 2025
25.0.0-dev.19 Jul 29, 2025

#454 in Machine learning

Download history 261/week @ 2025-07-22 275/week @ 2025-07-29 210/week @ 2025-08-05 62/week @ 2025-08-12 54/week @ 2025-08-19 28/week @ 2025-08-26 119/week @ 2025-09-02 93/week @ 2025-09-09 46/week @ 2025-09-16 170/week @ 2025-09-23 34/week @ 2025-09-30 18/week @ 2025-10-07 38/week @ 2025-10-14 178/week @ 2025-10-21 6/week @ 2025-10-28 12/week @ 2025-11-04

241 downloads per month
Used in 2 crates

Unlicense

205KB
4.5K SLoC

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

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

[dependencies]
asimov = { package = "asimov-module", "version" = "25", 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

~15–32MB
~461K SLoC