1#![warn(clippy::all, clippy::pedantic, clippy::nursery)] 2 3mod consts; 4pub mod error; 5mod ovba; 6pub mod read; 7pub mod remove;