-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added TLS backend selection features &
Default
, removed get_
/`Get…
…` prefixes (#25) * Added `Default` to `model::sms::Message`, adjusted docs & README accordingly, fixed line breaks (proper markdown) and headline capitalization in README. * Fixed broken user agent string builder. * Bumped dependencies, docs. * Fixed docs, added feature flags for selecting TLS implementation, masked out code not used for some features. * rustfmt and spelling in docs. * Fixed failing doctests. * * Added `Default` trait everywhere. * Simplified `new()` where possible. * Renamed `enum` variants to `PascalCase` (Rust naming guidelines). * Removed `get_` prefix from all getters/everywhere (Rust naming guidelines). * Simplified some places. * rustfmt. * Made clippy happy. * Renamed `WhatsappClient` to `WhatsAppClient`. * Bumped deps. * Removed `Get` prefix from struct names as it was related to `get_` prefixed methods which have since been renamed." * Added 'rustls' to and sorted .cspell.json. --------- Co-authored-by: Mike Elsmore <[email protected]>
- Loading branch information
1 parent
c663c01
commit d07807c
Showing
21 changed files
with
1,092 additions
and
1,362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.