asimov-protocol

Crates.ioasimov-protocol
lib.rsasimov-protocol
version24.0.0-dev.22
sourcesrc
created_at2024-10-02 21:49:19.273343
updated_at2024-10-17 18:41:41.238461
descriptionASIMOV Software Development Kit (SDK) for Rust
homepagehttps://sdk.asimov.so
repositoryhttps://github.com/AsimovPlatform/asimov.rs
max_upload_size
id1394671
size4,107
Arto Bendiken (artob)

documentation

README

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package

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

🛠️ Prerequisites

⬇️ Installation

Installation via Cargo

$ cargo add asimov-sdk

👉 Examples

Importing the SDK

use asimov_sdk::*;

Initializing the SDK

// TODO

Examining SDK metadata

// TODO

👨‍💻 Development

$ git clone https://github.com/AsimovPlatform/asimov.rs.git

Share on Twitter Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Commit count: 116

cargo fmt