You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mongo-rust-driver/tests
Thijs Cadier 98bb376969 Tests and a fix for ssl connections
Setting ssl options was broken because the memory for its content
was released immediately. We now keep ownership of everything until
the pool is dropped.
10 years ago
..
bulk_operation.rs Show code and domain in bsonc error debug output 10 years ago
client.rs Tests and a fix for ssl connections 10 years ago
collection.rs Show code and domain in bsonc error debug output 10 years ago
cursor.rs Show code and domain in bsonc error debug output 10 years ago
database.rs Add command_simple 10 years ago
flags.rs Re-add test modules 10 years ago
read_prefs.rs Re-add test modules 10 years ago
tests.rs Re-add test modules 10 years ago
uri.rs Add get_database on uri 10 years ago
write_concern.rs Re-add test modules 10 years ago