Crates.io | radamsa |
lib.rs | radamsa |
version | 0.1.1 |
source | src |
created_at | 2021-10-13 02:49:56.721238 |
updated_at | 2021-10-13 02:57:33.018163 |
description | Radamsa made available to Rust via FFI |
homepage | https://github.com/lacraig2/radamsa-rs |
repository | https://github.com/lacraig2/radamsa-rs |
max_upload_size | |
id | 464306 |
size | 7,846 |
This project is wrapper for Rust around libradamsa
exposed by the radamsa project.
The API is notably different from the radamsa
C API in a few ways:
init
function to be called.radamsa
function to generate
.radamsa_inplace
function to mutate
.Other than that go take a look at the docs.
I used this project as a means to learn some rust packaging. I am very open to PRs and Issues.