(pronounced raw-dee-us) A rust API client for the Audius project.
Full support for the Audius API documented here.
- Users
- Playlists
- Tracks
- Tips
- Resolution
The bulk of this project is written in rust. You can use this crate like any other project by importing it via cargo. Not on crates.io yet.
raudius = "x.x.x"
TODO: Node.js support will be provided via Neon. This is so development between wasm and node can proceed independently if necessary.
TODO :(
In the examples dir you can find some ways of how you can use this project.
- caching
- mocking / faking requests