1sasl-rs
2=======
3
4What's this?
5------------
6
7A crate which handles SASL authentication. Still unstable until 1.0.0.
8
9It can be used in `no_std` environments.
10
11Can I see an example?
12---------------------
13
14Look at the documentation [here](https://docs.rs/sasl).
15
16What license is it under?
17-------------------------
18
19MPL-2.0. See `LICENSE`.
20
21License yadda yadda.
22--------------------
23
24 Copyright 2017, sasl-rs contributors.
25
26 This Source Code Form is subject to the terms of the Mozilla Public
27 License, v. 2.0. If a copy of the MPL was not distributed with this
28 file, You can obtain one at https://mozilla.org/MPL/2.0/.