summary refs log blame commit diff stats
path: root/src/lib.rs
blob: 2900669dd75430a87990d242effa6b8fd9449aa1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                              
pub mod strcursor;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        let result = 2 + 2;
        assert_eq!(result, 4);
    }
}