tuc 1.3.0

When cut doesn't cut it
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod side;
pub mod userbounds;
pub mod userboundslist;

#[derive(Debug, PartialEq)]
pub enum BoundsType {
    Bytes,
    Characters,
    Fields,
    Lines,
}

// pub mod side_new;
pub use side::Side;
pub use userbounds::{BoundOrFiller, UserBounds, UserBoundsTrait};
pub use userboundslist::UserBoundsList;