rust-framebuffer
rust-framebuffer copied to clipboard
Basic framebuffer abstraction for Rust
I needed to read data from the framebuffer and I thought others might find it useful too.
Hi, I don't have required rust configuration on my current computer, so i can't execute examples given for this library. Can you show what the output would looks like? Regards,...
Compiling on a x86 computer for an arm target : ``` cargo build --release --example rust-logo --target arm-unknown-linux-gnueabi ``` The error is : ``` # ./rust-logo ./rust-logo: /lib/libc.so.6: version `GLIBC_2.28'...
cargo-audit warn me that memmap 0.7.0 has vulnerability. - https://rustsec.org/advisories/RUSTSEC-2020-0077 ``` Crate: memmap Version: 0.7.0 Warning: unmaintained Title: memmap is unmaintained Date: 2020-12-02 ID: RUSTSEC-2020-0077 URL: https://rustsec.org/advisories/RUSTSEC-2020-0077 Dependency tree: memmap...