Docs.rs
viceroy-lib-0.14.2
viceroy-lib 0.14.2
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Homepage
Repository
crates.io
Source
Owners
aturon
ulyssa
github:fastly:team-xqd
joeshaw
github:fastly:webassembly
github:fastly:team-viceroy
Dependencies
anyhow ^1.0.31
normal
async-trait ^0.1.59
normal
base64 ^0.21.2
normal
bytes ^1.2.1
normal
bytesize ^1.1.0
normal
cfg-if ^1.0
normal
clap ^4.0.18
normal
cranelift-entity ^0.88.1
normal
fastly-shared ^0.10.1
normal
flate2 ^1.0.24
normal
futures ^0.3.24
normal
http ^0.2.8
normal
http-body ^0.4.5
normal
hyper =0.14.26
normal
itertools ^0.10.5
normal
lazy_static ^1.4.0
normal
moka ^0.12.10
normal
pin-project ^1.0.8
normal
regex ^1.3.9
normal
rustls ^0.21.1
normal
rustls-native-certs ^0.6.3
normal
rustls-pemfile ^1.0.3
normal
semver ^0.10.0
normal
serde ^1.0.145
normal
serde_derive ^1.0.114
normal
serde_json ^1.0.59
normal
thiserror ^1.0.37
normal
tokio ^1.21.2
normal
tokio-rustls ^0.24.1
normal
toml ^0.5.9
normal
tracing ^0.1.37
normal
tracing-futures ^0.2.5
normal
url ^2.3.1
normal
wasm-encoder ^0.217.0
normal
wasmparser ^0.217.0
normal
wasmtime ^28.0.0
normal
wasmtime-wasi ^28.0.0
normal
wasmtime-wasi-nn ^28.0.0
normal
wat ^1.212.0
normal
wiggle ^28.0.0
normal
wit-component ^0.217.0
normal
proptest ^1.6.0
dev
proptest-derive ^0.5.1
dev
tempfile ^3.6.0
dev
Versions
27.67%
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
viceroy_
lib
0.14.2
Module async_
io
Module Items
Traits
Functions
Type Aliases
In viceroy_
lib::
component::
fastly::
api
viceroy_lib
::
component
::
fastly
::
api
Module
async_io
Copy item path
Source
Traits
§
GetHost
Host
Functions
§
add_
to_
linker
add_
to_
linker_
get_
host
Type Aliases
§
Error
Handle
A handle to an object supporting generic async operations. Can be either a
BodyHandle
or a
PendingRequestHandle
.