1 //! Core functionality of NihAV intended to be used by both crates implementing format support and users.
2 #[cfg(feature="decoders")]
3 #[allow(clippy::upper_case_acronyms)]
4 #[allow(clippy::cast_lossless)]
5 #[allow(clippy::identity_op)]
6 #[allow(clippy::too_many_arguments)]
7 #[allow(clippy::unreadable_literal)]
10 #[cfg(feature="compr")]
11 #[allow(clippy::manual_memcpy)]
12 #[allow(clippy::needless_range_loop)]
15 #[cfg(feature="muxers")]
18 #[cfg(feature="demuxers")]
21 #[allow(clippy::needless_range_loop)]
22 #[allow(clippy::too_many_arguments)]
25 #[allow(clippy::too_many_arguments)]
30 #[allow(clippy::upper_case_acronyms)]
31 #[allow(clippy::collapsible_if)]
32 #[allow(clippy::many_single_char_names)]
33 #[allow(clippy::needless_range_loop)]
34 #[allow(clippy::trivially_copy_pass_by_ref)]
36 #[allow(clippy::unreadable_literal)]