Docs.rs
fluence-app-service-0.36.0
fluence-app-service 0.36.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
folex
mikevoronov
ValeryAntopol
fluencebot
Dependencies
log ^0.4.20
normal
maplit ^1.0.2
normal
marine-min-it-version ^0.3.2
normal
marine-runtime ^0.37.0
normal
marine-wasm-backend-traits ^0.7.0
normal
marine-wasmtime-backend ^0.7.0
normal
optional
serde ^1.0.147
normal
serde_derive ^1.0.147
normal
serde_json ^1.0.107
normal
toml ^0.5.9
normal
Versions
19.44%
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
Module ne_vec
fluence_
app_
service
0.36.0
Module ne_vec
Module Items
Structs
In crate fluence_
app_
service
fluence_app_service
Module
ne_vec
Copy item path
Source
Structs
ยง
NEVec
NEVec<T>
represents a non-empty
Vec<T>
. It derefs to
Vec<T>
directly.