ngenate_storage/
lib.rs

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