Crates.io | asimov-vault |
lib.rs | asimov-vault |
version | 25.0.0-dev.21 |
created_at | 2024-10-23 12:00:02.412454+00 |
updated_at | 2025-08-06 16:09:57.169308+00 |
description | ASIMOV Software Development Kit (SDK) for Rust |
homepage | https://sdk.asimov.sh |
repository | https://github.com/asimov-platform/asimov.rs |
max_upload_size | |
id | 1419999 |
size | 7,046 |
ASIMOV is a polyglot development platform for trustworthy, neurosymbolic AI.
🚧 We are building in public. This is presently under heavy construction.
cargo add asimov-module
Cargo.toml
(with all features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.21" }
Cargo.toml
(with only specific features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.21", default-features = false, features = ["tracing"] }
use asimov::*;
git clone https://github.com/asimov-platform/asimov.rs.git