nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Cross-platform paths #30

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Paths are still handled in a very unix-centric way in most places. If this turns out to be an issue, we should aim to replace that with a non-string representation (use PathBuf instead)