libirona/
lib.rs

1#[cfg(test)]
2mod test {
3    #[test]
4    fn test_bananas() {
5        assert!(true)
6    }
7}