capsules_core

Macro enc_consume

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

This is the aforementioned version of the 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.