| Crates.io | asimov-protocol |
| lib.rs | asimov-protocol |
| version | 25.0.3 |
| created_at | 2024-10-02 21:49:19.273343+00 |
| updated_at | 2026-01-04 22:00:50.840027+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 | 1394671 |
| size | 7,337 |
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" }
Cargo.toml (with only specific features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25", default-features = false, features = ["tracing"] }
use asimov::*;
git clone https://github.com/asimov-platform/asimov.rs.git