rsocket_rs/
lib.rs

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