You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust MongoDB Driver
This is still work in progress
What works so far:
using any TcpStream with Write and Read trais, you can send all mongodb messages and receive a reply when available.
Refer to tests/main.rs for example