Docs.rs
type-bridge-server-1.4.2
type-bridge-server 1.4.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ds1sqe
Dependencies
axum ^0.8
normal
optional
chrono ^0.4
normal
clap ^4
normal
futures ^0.3
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2
normal
tokio ^1
normal
toml ^0.8
normal
tower-http ^0.6
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
type-bridge-core-lib ^1.4.2
normal
typedb-driver ^3
normal
optional
uuid ^1
normal
http-body-util ^0.1
dev
tempfile ^3
dev
tower ^0.5
dev
Versions
30%
of the crate is documented
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
Skip to main content
Files
type_bridge_server/typedb/
mod.rs
1
pub
(
crate
)
mod
backend;
2
mod
client;
3
mod
real_driver;
4
5
pub use
client::TypeDBClient;