pub unsafe fn root_as_feature_unchecked(buf: &[u8]) -> Feature<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a Feature and returns it.

§Safety

Callers must trust the given bytes do indeed contain a valid Feature.