capsules_extra

Macro enc_consume

Source
macro_rules! enc_consume {
    ($($tts:tt)*) => { ... };
}
Expand description

Unwrapping macro that only returns the offset.

With this, it can be simpler to programmatically chain multiple headers together when the outputs do not have to be collated.