sharkey

Crates.iosharkey
lib.rssharkey
version0.1.0
sourcesrc
created_at2024-07-12 13:16:21.615206
updated_at2024-07-12 13:16:21.615206
descriptionA tiny library to work with Sharkey from Rust!
homepagehttps://github.com/angeldollface/sharkey.rs
repositoryhttps://github.com/angeldollface/sharkey.rs
max_upload_size
id1300678
size38,578
. (nobody979)

documentation

https://docs.rs/sharkey/0.1.0

README

SHARKEY.RS

GitHub CI

A tiny library to work with Sharkey from Rust asynchronously!

ABOUT

This repository contains the code for a small Rust crate to work with Sharkey from Rust. Feel free to follow me on Sharkey here.

INSTALLATION

FOR RUST PROJECTS

To use Sharkey.rs in your Rust project, add this line to your project's Cargo.toml:

sharkey = "0.1.0"

USAGE

To understand how to use Sharkey.rs in your project, please refer to the project's documentation. If the documentation does not help you, you can also read the unit tests here.

FEATURES

  • Fully asynchronous.
  • Printable responses via serde_json.
  • Inlcudes all important actions a user may want to perform.

CHANGELOG

Version 0.1.0

  • Initial release.
  • Upload to GitHub.
  • Upload to crates.io.

NOTE

  • Sharkey.rs by Alexander Abraham a.k.a. "Angel Dollface"
  • Licensed under the DSL v1.
Commit count: 0

cargo fmt