Docs.rs
starlane-core-0.1.0
starlane-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
uberscott
Dependencies
actix-web ^3.3.2
normal
async-trait ^0.1.48
normal
base64 ^0.13.0
normal
bincode ^1.3.3
normal
bytes ^1.1.0
normal
clap ^2.33
normal
ctrlc ^3.1.9
normal
error-chain ^0.12.4
normal
futures ^0.3.13
normal
httparse ^1.5.1
normal
json-patch ^0.2.6
normal
k8s-openapi ^0.12.0
normal
kube ^0.57.0
normal
kube-derive ^0.57.0
normal
kube-runtime ^0.57.0
normal
lazy_static ^1.4.0
normal
log ^0.4.14
normal
lru ^0.6.5
normal
mechtron-common ^0.1.0
normal
mysql ^20.1.0
normal
nom ^7
normal
notify ^4.0.17
normal
rusqlite ^0.25.3
normal
schemars ^0.8.0
normal
semver ^0.11.0
normal
serde ^1.0.69
normal
serde_json ^1.0.61
normal
serde_yaml ^0.8.19
normal
starlane-resources ^0.1.0
normal
strum ^0.21.0
normal
strum_macros ^0.21.1
normal
tempdir ^0.3.7
normal
tempfile ^3.2.0
normal
tokio ^1.4.0
normal
tracing ^0.1.26
normal
tracing-futures ^0.2.5
normal
tracing-subscriber ^0.2.19
normal
url ^2.2.1
normal
uuid ^0.8.2
normal
validate ^0.6.1
normal
walkdir ^2.3.2
normal
wasm_membrane_host ^0.1.0
normal
wasmer ^2.0
normal
yaml-rust ^0.3.5
normal
zip ^0.5.13
normal
Versions
0%
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
Call
starlane_
core
0.1.0
Call
Implementors
In starlane_
core::
util
starlane_core
::
util
Trait
Call
Copy item path
Source
pub trait Call:
Sync
+
Send
+ 'static { }
Implementors
§
Source
§
impl
Call
for
CoreMessageCall
Source
§
impl
Call
for
HostCall
Source
§
impl
Call
for
GoldenCall
Source
§
impl
Call
for
LaneMuxerCall
Source
§
impl
Call
for
ResourceLocateCall
Source
§
impl
Call
for
MessagingCall
Source
§
impl
Call
for
RouterCall
Source
§
impl
Call
for
StarSearchCall
Source
§
impl
Call
for
WatchCall
Source
§
impl
Call
for
SurfaceCall
Source
§
impl
Call
for
VariantCall
Source
§
impl<C:
Cacheable
>
Call
for
RootItemCacheCall
<C>