# Asimov Software Development Kit (SDK) for Rust
[](https://unlicense.org)
[](https://crates.io/crates/asimov-sdk)
[](https://crates.io/crates/asimov-sdk)
🚧 _We are building in public. This is presently under heavy construction._
## 🛠️ Prerequisites
- [Rust](https://rust-lang.org) 1.70+
## ⬇️ Installation
### Installation via Cargo
```console
$ cargo add asimov-sdk
```
## 👉 Examples
### Importing the SDK
```rust
use asimov_sdk::*;
```
### Initializing the SDK
```rust
// TODO
```
### Examining SDK metadata
```rust
// TODO
```
## 👨💻 Development
```console
$ git clone https://github.com/AsimovPlatform/asimov.rs.git
```
- - -
[](https://twitter.com/share?url=https://github.com/AsimovPlatform/asimov.rs&text=Asimov%20Software%20Development%20Kit%20%28SDK%29%20for%20Rust)
[](https://reddit.com/submit?url=https://github.com/AsimovPlatform/asimov.rs&title=Asimov%20Software%20Development%20Kit%20%28SDK%29%20for%20Rust)
[](https://news.ycombinator.com/submitlink?u=https://github.com/AsimovPlatform/asimov.rs&t=Asimov%20Software%20Development%20Kit%20%28SDK%29%20for%20Rust)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/AsimovPlatform/asimov.rs)
[](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/AsimovPlatform/asimov.rs)