oxiplume

Crates.iooxiplume
lib.rsoxiplume
version0.1.0
created_at2025-03-11 09:12:18.880511+00
updated_at2025-03-11 09:12:18.880511+00
descriptionOxiPlume is a small rust api wrapper for the api Plume API for Sodium Labs. It is a simple wrapper that allows you to interact with the Plume API in a more rust-like way.
homepage
repositoryhttps://github.com/lotus64yt/oxiplume
max_upload_size
id1587735
size47,503
lotus64 (lotus64yt)

documentation

README

OxiPlume

OxiPlume is a small rust api wrapper for the api Plume API for Sodium Labs. It is a simple wrapper that allows you to interact with the Plume API in a more rust-like way.

Installation

Add the following to your Cargo.toml file:

[dependencies]
oxiplume = "0.1.0"

Usage

use oxiplume::OxiPlume;
Commit count: 15

cargo fmt