twilly
twilly is a helper library bringing access to Twilio's API's via Rust. The library supports a client-based approach, instantiating a twilio client with credentials before sending & receiving requests.
let config = TwilioConfig ;
let twilio = new;
...
let account = twilio.create_account
Coverage is limited and the crate has been built alongside twilly_cli.