Docs.rs
gremlin-client-0.7.1
gremlin-client 0.7.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
wolf4ood
Dependencies
async-std ^1.4.0
normal
async-tls ^0.11
normal
async-trait ^0.1.10
normal
async-tungstenite ^0.12
normal
base64 ^0.12.1
normal
chrono ^0.4
normal
futures ^0.3.1
normal
gremlin-derive ^0.1
normal
lazy_static ^1.3.0
normal
mobc ^0.7
normal
native-tls ^0.2.3
normal
pin-project-lite ^0.2
normal
r2d2 ^0.8.3
normal
rustls ^0.19
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0.20
normal
tokio ^1
normal
tokio-native-tls ^0.3.0
normal
tokio-stream ^0.1.2
normal
url ^2.1.0
normal
uuid ^0.8.1
normal
webpki ^0.21.3
normal
websocket ^0.24
normal
Versions
2.76%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
?
1
2
3
4
5
6
#[
derive
(
Debug
,
PartialEq
,
Clone
)]
pub
enum
Cardinality
{
List
,
Set
,
Single
, }