crates
dz / rust / cratesSummary
a collection of rust libraries/crates
Node Tree
Nodes
regex | |
content | regex |
parents | reading/how_not_to_learn_rust/top |
hyperlink | https://lib.rs/crates/regex |
typed_floats | |
content | typed floats |
remarks | found through someone on mastodon. "your problem made me search for 'better' floats" |
hyperlink | https://lib.rs/crates/typed_floats |
rosc | |
content | rosc: OSC library for rust |
remarks | will attempt to use to build voxbox OSC prototype |
hyperlink | https://crates.io/crates/rosc |
cpal | |
content | CPAL: cross-platform audio library |
remarks | Didn't work on my Alpine Box (had trouble linking libasound, which was clearly there. might have needed libasound2, which alpine doesn't ship with) |
hyperlink | https://crates.io/crates/cpal |
xmrsplayer | |
content | XMrsPlayer is a safe soundtracker music player |
remarks | Googled "xm player rust crate" and this is exactly what I wanted: libxm manually ported to Rust. |
hyperlink | https://crates.io/crates/xmrsplayer/0.1.0 |