asimov-server

Crates.ioasimov-server
lib.rsasimov-server
version
sourcesrc
created_at2025-05-07 16:10:58.436568+00
updated_at2025-05-07 16:10:58.436568+00
descriptionASIMOV Software Development Kit (SDK) for Rust
homepagehttps://sdk.asimov.so
repositoryhttps://github.com/asimov-platform/asimov.rs
max_upload_size
id1664065
Cargo.toml error:TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Arto Bendiken (artob)

documentation

README

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package Documentation

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

🛠️ Prerequisites

⬇️ Installation

Installation via Cargo

cargo add asimov-sdk

Installation in Cargo.toml (with all features enabled)

[dependencies]
asimov-sdk = "25.0.0-dev.5"

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

[dependencies]
asimov-sdk = { version = "25.0.0-dev.5", default-features = false, features = ["tracing"] }

👉 Examples

Importing the SDK

use asimov_sdk::*;

📚 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

Commit count: 0

cargo fmt