mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
650ec51561
Add the `b_str!` macro, which creates a new `BStr` from a string literal. It is usable in const contexts, for instance: const X: &BStr = b_str!("Example"); Signed-off-by: Gary Guo <gary@garyguo.net> [Reworded, adapted for upstream and applied latest changes] Signed-off-by: Miguel Ojeda <ojeda@kernel.org> |
||
---|---|---|
.. | ||
alloc | ||
bindings | ||
kernel | ||
macros | ||
.gitignore | ||
bindgen_parameters | ||
compiler_builtins.rs | ||
exports.c | ||
helpers.c | ||
Makefile |