rust_socketio 0.2.2

An implementation of a socketio client written in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 2%
        paths: 
          - "src"
        branches: 
          - main
        if_ci_failed: ignore
        informational: false
        only_pulls: false