Dushistov / couchbase-lite-rust

Lightweight, embedded, syncable NoSQL database engine wrapper for Rust
Apache License 2.0
22 stars 10 forks source link

Support for Replicator basic auth for Tokio sockets #77

Closed agg23 closed 2 years ago

agg23 commented 2 years ago

Aligns Tokio socket auth support with the corresponding LiteCore options

Dushistov commented 2 years ago

I don't like all extra panics, but I suppose I can fix it by my self.