Age | Commit message (Collapse) | Author |
|
remove `clap` dependency :tada:
update the book installation instructions
|
|
This callback allows us to specify arbitrary derive attributes for each
named struct. This is useful for adding things that can't easily be
implemented separately, such as `serde::Deserialize` or
`zerocopy::FromBytes`.
|
|
Fixes #1454 #2003
|
|
|
|
|
|
|
|
As the clang_File_tryGetRealPathName function is only exposed by
clang_sys for clang >= 7.0, this raises the clang dependency.
Closes: https://github.com/rust-lang/rust-bindgen/issues/1635
The book example code for creating a builder to run inside Cargo is
extended by using the rereun-if-changed headers.
|
|
|
|
There is no useful action to take on those, but receiving their values
(to re-export them as cfg() options) would be helpful right now in
integrating with RIOT's build system.
|
|
|
|
|
|
callback.
|
|
This is symmetric, yet less powerful, than enum_variant_behavior.
Fixes #687.
|
|
Also renames a bunch of other things referring to named types to refer to type
parameters.
Fixes #915
|
|
Added tests and fixed missed function rename.
Fixed nits
Renamed visitor to callbacks.
Renamed visitor to callbacks.
Renamed visitor to callbacks.
Fixed text.
|