filebuffer icon indicating copy to clipboard operation
filebuffer copied to clipboard

Fast and simple file reading for Rust

Results 2 filebuffer issues
Sort by recently updated
recently updated
newest added

Bumping libc for aarch64 support, removing compile warnings, bumping to 1.33.0 toolchain needed for libc

The [`PrefetchVirtualMemory`](https://msdn.microsoft.com/en-us/library/windows/desktop/hh780543%28v=vs.85%29.aspx) function requires at least a Windows 8 version of kernel32. > To compile an application that calls this function, define `_WIN32_WINNT` as `_WIN32_WINNT_WIN8` or higher. Apparently the GCC...