9 lines
254 B
Rust
9 lines
254 B
Rust
// Since this is basicallt translated from C, silence a bunch of
|
|
// clippy warnings that stem from the C code.
|
|
#![allow(clippy::needless_return)]
|
|
#![allow(clippy::useless_let_if_seq)]
|
|
#![allow(clippy::cognitive_complexity)]
|
|
|
|
pub mod jakob;
|
|
pub mod meng;
|