mongodb-rs
mongodb-rs copied to clipboard
Rust MongoDB Driver
mongodb-rs
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