The prelude module re-exports commonly used types from this crate for easier access.
prelude
It is recommended to import all items from the prelude:
use netmap_rs::prelude::*;
pub use crate::error::Error;
pub use crate::frame::Frame;