Docs.rs
xdevs-no-std-0.3.0
xdevs-no-std 0.3.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
romancardenas
Dependencies
embassy-time ^0.5.0
normal
optional
heapless ^0.9
normal
tokio ^1.0
normal
optional
xdevs-no-std-macros ^0.2.0
normal
tokio ^1
dev
Versions
90.91%
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
Module port
xdevs
0.3.0
Module port
Module Items
Structs
In crate xdevs
xdevs
Module
port
Copy item path
Source
Structs
ยง
Port
Port is a generic structure that can be used to store values of any type
T
. It is the main artifact to exchange data between components. Note that, in
no_std
environments, the capacity of the port
N
must be known at compile time.