We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b
If you try to, e.g., include_str!(...) into a place expecting &[u8], the error message suggests binclude_str!(...).
include_str!(...)
&[u8]
binclude_str!(...)