Anonymously import all extension traits.
This allows you to use the methods without worrying about polluting the namespace or importing them individually.
use num_conv::prelude::*;
pub use crate::Extend as _;
pub use crate::Truncate as _;