asimov-token 25.0.0-dev.10

ASIMOV Software Development Kit (SDK) for Rust
Documentation

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package Documentation

🚧 We are building in public. This is presently under heavy construction.

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition)

⬇️ Installation

Installation via Cargo

cargo add asimov-env

Installation in Cargo.toml (with all features enabled)

[dependencies]
asimov = { package = "asimov-env", "version" = "25.0.0-dev.10" }

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

[dependencies]
asimov = { package = "asimov-env", "version" = "25.0.0-dev.10", default-features = false, features = ["tracing"] }

👉 Examples

Importing the SDK

use asimov::*;

📚 Reference

https://docs.rs/asimov-sdk/

👨‍💻 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