Note looking for maintainers

This commit is contained in:
Jon Gjengset 2021-03-06 15:08:14 -08:00
parent 68931f9d37
commit 6e19d3a6d9
2 changed files with 8 additions and 0 deletions

View file

@ -18,6 +18,10 @@ changes. It supports at least the latest three stable Rust releases (possibly ev
check the [CI check the [CI
results](https://dev.azure.com/jonhoo/jonhoo/_build/latest?definitionId=11&branchName=master)). results](https://dev.azure.com/jonhoo/jonhoo/_build/latest?definitionId=11&branchName=master)).
**This crate is looking for maintainers — reach out to [@jonhoo] if you're interested.**
[@jonhoo]: https://thesquareplanet.com/
To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can
then use [`Client::login`] or [`Client::authenticate`] to perform username/password or then use [`Client::login`] or [`Client::authenticate`] to perform username/password or
challenge/response authentication respectively. This in turn gives you an authenticated challenge/response authentication respectively. This in turn gives you an authenticated

View file

@ -5,6 +5,10 @@
//! check the [CI //! check the [CI
//! results](https://dev.azure.com/jonhoo/jonhoo/_build/latest?definitionId=11&branchName=master)). //! results](https://dev.azure.com/jonhoo/jonhoo/_build/latest?definitionId=11&branchName=master)).
//! //!
//! **This crate is looking for maintainers — reach out to [@jonhoo] if you're interested.**
//!
//! [@jonhoo]: https://thesquareplanet.com/
//!
//! To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can //! To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can
//! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or //! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or
//! challenge/response authentication respectively. This in turn gives you an authenticated //! challenge/response authentication respectively. This in turn gives you an authenticated