rsasl 0.1.2

Rusty bindings to gsasl-sys
docs.rs failed to build rsasl-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rsasl-2.0.1

SASL in Rust using gsasl-sys

A prettier shim over raw C FFI. Only exists because I need something rather complete rather quickly.

Please see sasl-rs for a pure Rust (and arguably better) SASL implementation.