Skip to content

Commit

Permalink
Update README.md to match code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
inejge committed Apr 21, 2020
1 parent ab85102 commit 117fe3a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -8,7 +8,7 @@ The port to async/await and Tokio 0.2 is in progress. What you can see here
is a very early and very rough draft of the next version of the library.
Currently working are:

* Async connection and operations (Unix domain sockets only).
* Async connection and operations (TCP, TLS + StartTLS, Unix domain sockets).

* Simple Bind, SASL EXTERNAL Bind, streaming Search and Extended operations.

Expand All @@ -18,19 +18,15 @@ Not working:

* Synchronous connection/client.

* TCP sockets.

* TLS.

* The rest of the operations.

* Automatic paging.

TCP, TLS and the remaining LDAP operations shouldn't be too difficult.
Synchronous operation will come next. Automatic paging is not a priority.
The remaining LDAP operations shouldn't be too difficult. Synchronous operation
will come next. Automatic paging is not a priority.

Old examples have all been deleted to avoid confusion. As the code solidifies,
most of them will be ported back. There are two new examples, very much WIP.
most of them will be ported back. There are three new examples, very much WIP.

The documentation is in disarray, and will be tackled once the interfaces
stabilize. Most of it exists in the previous version of the library, but will
Expand Down

0 comments on commit 117fe3a

Please sign in to comment.