Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.57 KB

readme.md

File metadata and controls

55 lines (43 loc) · 1.57 KB

airswap-rs

Quickstart

Add this to your Cargo.toml:

[dependencies]
airswap-rs = { git = "https://github.com/Perelyn-sama/airswap-rs" }

And this to your code:

use airswap_rs::prelude::*;

Examples

Examples can be found here.

Roadmap

License

This project is licensed under the MIT license.