Andy Caldwell
Andy Caldwell
Currently the generated mock objects all share access to the internals, though an `Rc` so aren't `Sync` or `Send`. It also seems (from a cursory effort to change that to...
* Correct signedness for c-strings in angora-clang * Const-correctness throughout * Move `#[link]` attribute to `extern` block Fixes all warnings emitted by `clang` version 14.
A basic (working) example of transmogrification might look like: ``` use frunk_core::labelled::Transmogrifier; #[derive(Debug, frunk_derives::LabelledGeneric)] struct Foo { pub bar: Bar, } #[derive(Debug, frunk_derives::LabelledGeneric)] struct Foo2 { pub bar: Bar2, }...
###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)* - [x] The toolchain has been rebuilt successfully...
Continues the work started in https://github.com/hyperium/hyper/pull/2278 by adding bindings to allow using hyper's server stack from a C runtime. The patterns are based on the model used on the client...
This also adds a CI stage to run `clippy` over the project too, hopefully this will prevent degradation.
Fixes #207 (by making unit variants responsible for rendering any outstanding `start_tag` before rendering their bodies). Also adds support for rendering unit variants as string content (which is a common...
**Describe the bug** I have a spire with no poison or condenser towers in it and this Common Core:  When I put this core into the heirloom calculator I...
During #2935 I noticed there were multiple identical definitions of some of the `bits/***.h` types in the musl target, as well as a few places where a type was defined...
`asm!` is still a way from being stabilised, but it would be really useful to use this crate on stable (though unsafe) rust. This PR adds a `build.rs` which detects...