Closed eljestliv closed 12 months ago
I would not be surprised if your git checked out the file as having \r\n
line endings. This probably should be &[u8]
to not hard code the size.
Generally if rust code doesn't compile its the author of it who fucked something up.
I'll have to fix this later
okay i meant to fix this a while ago but i did get around to fixing it today
I’m completely new to Rust so pardon me if this is an error on my end.
Anyway, when I run
cargo build --release
, I get this output: