| Crates.io | asimov-installer |
| lib.rs | asimov-installer |
| version | 25.0.0-dev.23 |
| created_at | 2025-07-25 08:57:15.684463+00 |
| updated_at | 2025-09-23 13:59:51.19056+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 | 1767322 |
| size | 89,295 |
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.23" }
Cargo.toml (with only specific features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.23", default-features = false, features = ["tracing"] }
use asimov::*;
git clone https://github.com/asimov-platform/asimov.rs.git