Docs.rs
rogue-runtime-0.1.0
rogue-runtime 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
st0vik
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.88
normal
futures ^0.3.31
normal
futures-util ^0.3.31
normal
inventory ^0.3.20
normal
rogue-macros ^0.1.0
normal
serde ^1.0.219
normal
serde-binary ^0.5.0
normal
sha2 ^0.10.9
normal
tokio ^1.44.2
normal
tokio-tungstenite ^0.26.2
normal
optional
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
ulid ^1.2.1
normal
tokio ^1.44.2
dev
Versions
24.53%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
rogue_
runtime
0.1.0
Inventory
Item
Info
Required Methods
name
Implementors
In crate rogue_
runtime
rogue_runtime
Trait
InventoryItemInfo
Copy item path
Source
pub trait InventoryItemInfo { // Required method fn
name
(&self) ->
String
; }
Required Methods
§
Source
fn
name
(&self) ->
String
Implementors
§
Source
§
impl
InventoryItemInfo
for
InventoryItem
Source
§
impl
InventoryItemInfo
for
InventoryFunctionItem
Source
§
impl
InventoryItemInfo
for
InventoryTraitItem