Add stable likely/unlikely to utils module

This commit is contained in:
Ivan Smirnov 2021-11-30 14:30:13 +00:00
commit 09976fb889
2 changed files with 24 additions and 0 deletions

View file

@ -5,6 +5,7 @@ mod encode;
mod error;
mod header;
mod pixel;
mod utils;
pub mod canonical;