ws-tool 0.4.0-alpha

an easy to use websocket tool
Documentation
1
2
3
4
5
6
7
#[test]
fn test_bit() {
    // for i in 0u8..=15u8 {
    //     println!("{} -> {}", i, i << 4)
    // }
    println!("{} {}", i8::MAX, i8::MIN)
}