sinesc
sinesc
I think this is a minimal example of the above approach. Thanks @Xaeroxe ```rust use rodio; use std::io; use std::convert::AsRef; pub struct Sound (Arc); impl AsRef for Sound { fn...
@mathstuf I don't think it was questioned whether it works. The relevant function merge_keys_serde simply does not show up in the documentation on docs.rs (feature not enabled), so one has...
I ran into unimplemented! on X11 GLX and wanted to see if I could potentially implement support. However, my test application already properly rendered to all three windows after simply...
I have the same issue with non-rust files I use rust syntax highlighting for. They aren't in src/ and don't initially get checked but as soon as I open one...