Docs.rs
dynoxide-rs-0.11.1
dynoxide-rs 0.11.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
hicksy
github:nubo-db:maintainers
Dependencies
async-lock ^3
normal
optional
axum ^0.8
normal
optional
base64 ^0.22
normal
bigdecimal ^0.4
normal
clap ^4
normal
optional
crc32fast ^1
normal
optional
directories ^6
normal
optional
fake ^3
normal
optional
flate2 ^1
normal
optional
indicatif ^0.18
normal
optional
js-sys ^0.3
normal
optional
libc ^0.2
normal
optional
md5 ^0.7
normal
pollster ^0.4
normal
rmcp ^1
normal
optional
rusqlite ^0.36
normal
optional
schemars ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
optional
socket2 ^0.6
normal
optional
subtle ^2
normal
optional
tempfile ^3
normal
optional
thiserror ^2
normal
tokio ^1
normal
optional
tokio-util ^0.7
normal
optional
toml ^0.8
normal
optional
tower-http ^0.6
normal
optional
tracing ^0.1
normal
optional
tracing-subscriber ^0.3
normal
optional
uuid ^1
normal
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
web-time ^1
normal
zeroize ^1
normal
optional
zstd ^0.13
normal
optional
aws-config ^1
dev
aws-credential-types ^1
dev
aws-sdk-dynamodb ^1
dev
proptest ^1
dev
reqwest ^0.12
dev
tempfile ^3.25.0
dev
tokio ^1
dev
uuid ^1
normal
Versions
37.22%
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
start
dynoxide
0.11.1
In dynoxide::
server
dynoxide
::
server
Function
start
Copy item path
Source
pub async fn start(host: &
str
, port:
u16
, db:
Database
) ->
Result
<
()
,
String
>
Expand description
Start the HTTP server.