A SASL library written in Rust.
Implements the following mechanisms:
- ANONYMOUS
- EXTERNAL
- LOGIN (obsolete, use PLAIN instead)
- PLAIN
- OAUTHBEARER
Add this to your Cargo.toml:
[dependencies]
rs-sasl = "0.4"This project is licensed under the MIT license. See LICENSE for details.