issues
search
oussama
/
mongodb-rs
Rust MongoDB Driver
16
stars
1
forks
source link
readme
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