woa_bridge/
lib.rs

1
2#[cfg(test)]
3mod tests {
4    #[test]
5    fn it_works() {
6        assert_eq!(2 + 2, 4);
7    }
8}