Go to file
_ bfeb111b14 Bit of a snag that Rust doesn't use nul-terminated strings. This is
necessary for Rust's slices to be internally consistent, but it means
a slight FFI hitch when working with C. I have to say I take Rust's
side - Strings without a size have been considered a security smell
for a while now.
2020-01-06 02:19:41 +00:00
src Bit of a snag that Rust doesn't use nul-terminated strings. This is 2020-01-06 02:19:41 +00:00
.gitignore Aha! OpenGL! And Rust! 2020-01-06 01:25:17 +00:00
Cargo.lock Aha! OpenGL! And Rust! 2020-01-06 01:25:17 +00:00
Cargo.toml Aha! OpenGL! And Rust! 2020-01-06 01:25:17 +00:00