Poliorcetics
Poliorcetics
This change works perfectly well for the code in `main` but it suggests an erroneous change for `test_error` and I don't know how to fix it. ```rust fn main() {...
Adds the option to wrap members of union where at least one is Non-Copy in `::core::mem::ManuallyDrop` instead of the generated `__BindgenUnionWrapper`, with the approriate CLI and API options (default, regex...
`Document::url()` uses `Document::path()` which is just a reference to `Document.path`. Since LSPs can send either a path with an uppercase or lowercase drive letter, we need to check for the...
On `nix 0.24.x` the following is necessary to always manage to extract the IP address (and maybe something similar is needed for IPv6, but I have not encountered the problem...
First, thanks for `bacon`, I have been trying it out today and its very cool ! `bacon --prefs` always puts its config file the default path for macOS and in...
Maybe we could have a feature to ignore MSRV, that is not activated by default
Helps with compatibility with recent versions of other crypto crates
### Motivation When wrapping a C enum(-like) construct in Rust, the correct way to do it is to declare a transparent struct with the correct type inside like this (the...
The examples at the start of `ffi-convert/lib.rs` are a little unclear because they hide some `use`s and `struct`s, notably for `ffi_convert::CArray` which makes it harder to discover `ffi-convert` by simply...
I tried using the alpha 6 of `block2`, which lead me to `objc2_encode` which asked me to implement `Encode` and `RefEncode` 1. It is bothersome to implement for the default...