JustAnotherCodemonkey
JustAnotherCodemonkey
As it stands, macos is unsupported, as stated by an error message that greets anyone who tries to compile on mac. It's kind of odd to me that windows is...
It's understandable that aes-gcm and aes-gcm-siv use generic_array's GenericArray's for the Nonce type. What's less understandable though is why this is left an opaque type and not either a wrapper...
## The problem The documentation is very vague around what exactly it does. The only real mention of it and hint at what it does is "None=blocking, Some(Duration)=timeout" in an...
``` cargo b Compiling libc v0.2.142 Compiling block v0.1.6 Compiling malloc_buf v0.0.6 Compiling objc v0.2.7 Compiling virtualization-rs v0.1.2 (/Users/personal/Desktop/Rust/virtualization-rs) error[E0308]: mismatched types --> src/virtualization/virtual_machine.rs:311:16 | 311 | Ok(ret) | --...
# Rationale The build instructions in the README are not only not idiomatic to those who use Nix as their package manager, but do not work on NixOS itself. This...