Docs.rs
ormdb-server-0.1.0
ormdb-server 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
dipankar
Dependencies
async-nng ^0.2
normal
clap ^4
normal
nng ^1
normal
ormdb-core ^0.1.0
normal
ormdb-proto ^0.1.0
normal
rkyv ^0.8
normal
sled ^0.34
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tempfile ^3
dev
Versions
100%
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
DEFAULT_TCP_ADDRESS
ormdb_
server
0.1.0
In ormdb_
server::
config
ormdb_server
::
config
Constant
DEFAULT_
TCP_
ADDRESS
Copy item path
Source
pub const DEFAULT_TCP_ADDRESS: &
str
= "tcp://0.0.0.0:9000";
Expand description
Default TCP address for the server.