libsip 0.2.3

SIP protocol Implementation, with a focus towords softphone clients.
Documentation
1
2
3
4
5
6
7
language: rust
rust: [nightly]
cache: cargo

script:
  - bash -c 'cargo build --release'
  - bash -c 'cargo test --release'