radamsa 0.1.1

Radamsa made available to Rust via FFI
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 14.45 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • lacraig2/radamsa-rs
    4 2 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lacraig2

radamsa-rs

This project is wrapper for Rust around libradamsa exposed by the radamsa project.

API

The API is notably different from the radamsa C API in a few ways:

  • It does not require an init function to be called.
  • It renames the radamsa function to generate.
  • It renames the radamsa_inplace function to mutate.
  • It makes seeds optional by establishing a global atomic counter that increments.

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.