Docs.rs
async-hal-0.1.0-alpha.11
async-hal 0.1.0-alpha.11
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
matthunz
Dependencies
bxcan ^0.7.0
normal
optional
embedded-hal ^0.2.7
normal
fugit ^0.3.6
normal
optional
futures ^0.3.28
normal
nb ^1.1.0
normal
optional
once_cell ^1.18.0
normal
pin-project-lite ^0.2.9
normal
usb-device ^0.2.9
normal
void ^1.0.2
normal
Versions
37.5%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
hal
0.1.0-alpha.11
Serial
Implementors
In async_
hal::
serial
async_hal
::
serial
Trait
Serial
Copy item path
Source
pub trait Serial:
SerialRead
+
SerialWrite
{ }
Available on
crate feature
serial
only.
Implementors
§
Source
§
impl<T>
Serial
for T
where T: ?
Sized
+
SerialRead
+
SerialWrite
,