ftth-rsipstack 4.0.3

SIP Stack Rust library for building SIP applications (without TLS and Websocket)
Documentation
1
2
3
4
5
# rsipstack - Rust SIP Stack

## Timer vs async task

rsipstack is designed for proxy scenarios, aiming to reduce unnecessary task creation while improving concurrent performance.