docs.rs failed to build radamsa-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
radamsa-0.1.1
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
initfunction to be called. - It renames the
radamsafunction togenerate. - It renames the
radamsa_inplacefunction tomutate. - 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.