diff --git a/README.md b/README.md index 0489ba3..3a895ec 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ changes. It supports at least the latest three stable Rust releases (possibly ev check the [CI 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 then use [`Client::login`] or [`Client::authenticate`] to perform username/password or challenge/response authentication respectively. This in turn gives you an authenticated diff --git a/src/lib.rs b/src/lib.rs index 86d5d7e..1e04d21 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,6 +5,10 @@ //! check the [CI //! 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 //! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or //! challenge/response authentication respectively. This in turn gives you an authenticated