1 //! Code and data for easier development of NihAV decoders.
2 #[allow(clippy::cast_lossless)]
3 #[allow(clippy::identity_op)]
4 #[allow(clippy::too_many_arguments)]
5 #[allow(clippy::unreadable_literal)]
9 #[allow(clippy::excessive_precision)]
10 #[allow(clippy::identity_op)]
11 #[allow(clippy::manual_memcpy)]
12 #[allow(clippy::needless_range_loop)]
13 #[allow(clippy::unreadable_literal)]
18 #[allow(clippy::identity_op)]
19 #[allow(clippy::many_single_char_names)]
22 #[allow(clippy::too_many_arguments)]
23 #[allow(clippy::type_complexity)]
27 #[allow(clippy::needless_range_loop)]
30 extern crate nihav_core;