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 |
| location | knowledge/crates.dz:4 |
| 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 |
| location | knowledge/crates.dz:8 |
| rosc | |
| content | rosc: OSC library for rust |
| remarks | will attempt to use to build voxbox OSC prototype |
| hyperlink | https://crates.io/crates/rosc |
| location | knowledge/crates.dz:13 |
| 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 |
| location | knowledge/crates.dz:18 |
| 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 |
| location | knowledge/crates.dz:25 |
| anyhow | |
| content | anyhow: flexible concrete Error type built on std::error::Error |
| hyperlink | https://crates.io/crates/anyhow |