general: apply clippy lints (#407)* general: update crates to 2021 edition. * general: apply clippy --fix * general: apply manual clippy lints * cargo fmt.
Simplify initialization of types with `Default::default()`, followed by field assignment in tests
Replace `assert!(false, …)`/`assert!(false)` with `panic!(…)`/`panic!()`
Move all to top level