Note looking for maintainers
This commit is contained in:
parent
68931f9d37
commit
6e19d3a6d9
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue