split from the `src/lib.rs` the following two files: - `src/comparisons.rs` => contains `Eq` and `Ord` for `SmallVec`, total and partial - `src/conversions.rs` => contains all the `From` and `TryFrom` implementations related to `SmallVec`
split from the
src/lib.rsthe following two files:src/comparisons.rs=> containsEqandOrdforSmallVec, total and partialsrc/conversions.rs=> contains all theFromandTryFromimplementations related toSmallVec