Docs.rs
mango-rt-0.1.0
mango-rt 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cyrilleberger
Dependencies
conquer-once ^0.4.0
normal
crossbeam-queue ^0.3.11
normal
futures ^0.3.30
normal
futures-util ^0.3.30
normal
lazy_static ^1.0
normal
mango-hal ^0.1.0
normal
spin ^0.9.8
normal
x86_64 ^0.15.1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
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
mango_rt
0.1.0
Application
Required Methods
start
Implementors
In mango_rt::application
Trait
mango_rt
::
application
::
Application
Copy item path
source
·
[
−
]
pub trait Application { // Required method fn
start
(&mut self); }
Required Methods
§
source
fn
start
(&mut self)
Implementors
§