KaranGauswami / freeswitch-esl

FreeSwitch ESL implementation for Rust
Apache License 2.0
17 stars 13 forks source link

Allow more trait based arguments in public API. #6

Open KaranGauswami opened 11 months ago

KaranGauswami commented 11 months ago

Currently we are using TcpStream as an argument , for inbound and outbound. This PR will try to allow more options based on AsyncRead and AsyncWrite trait.