An open API service indexing awesome lists of open source software.

https://github.com/materializeinc/rust-sasl

Cyrus SASL bindings for Rust
https://github.com/materializeinc/rust-sasl

Last synced: 10 months ago
JSON representation

Cyrus SASL bindings for Rust

Awesome Lists containing this project

README

          

# rust-sasl

[![crates.io](https://img.shields.io/crates/v/sasl2-sys.svg)](https://crates.io/crates/sasl2-sys)
[![CI](https://github.com/MaterializeInc/rust-sasl/workflows/CI/badge.svg)](https://github.com/MaterializeInc/rust-sasl/actions?query=workflow%3ACI+branch%3Amaster)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)][docs]

[Cyrus SASL] bindings for the Rust programming language.

**[View documentation.][docs]**

## Installation

```toml
# Cargo.toml
[dependencies]
sasl2-sys = "0.1.22"
```

[Cyrus SASL]: https://www.cyrusimap.org/sasl/
[docs]: https://docs.rs/sasl2-sys/0.1.22/sasl2-sys