Docs.rs
mongosh-0.2.4
mongosh 0.2.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
daleione
Dependencies
anyhow ^1.0
normal
base64 ^0.21
normal
bson ^2.11
normal
clap ^4.5
normal
colored_json ^5
normal
dirs ^5.0
normal
futures ^0.3
normal
hex ^0.4
normal
mongodb =3.2.5
normal
oxc ^0.40
normal
regex ^1.10
normal
rustyline ^14.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
tabled ^0.20.0
normal
thiserror ^1.0
normal
tokio ^1.40
normal
toml ^0.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
mockall ^0.13
dev
tokio-test ^0.4
dev
Versions
86.05%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
is_valid_collection_name
mongosh
0.2.4
is_
valid_
collection_
name
Sections
Arguments
Returns
In mongosh::
utils::
validate
mongosh
::
utils
::
validate
Function
is_
valid_
collection_
name
Copy item path
Source
pub fn is_valid_collection_name(name: &
str
) ->
bool
Expand description
Validate MongoDB collection name
§
Arguments
name
- Collection name to validate
§
Returns
bool
- True if valid