Docs.rs
some-serial-0.1.0
some-serial 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ZR233
Dependencies
bitflags ^2.8
normal
dma-api ^0.5
normal
log ^0.4
normal
mbarrier ^0.1
normal
rdif-base ^0.7
normal
rdif-serial ^0.5
normal
thiserror ^2.0
normal
tock-registers ^0.10
normal
bare-test-macros ^0.2
build
x86_64 ^0.15
normal
bare-test ^0.7
dev
spin ^0.10
dev
Versions
55.56%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-none-softfloat
x86_64-unknown-none
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
Files
some_serial/
lib.rs
1
#![no_std]
2
3
pub mod
pl011;
4
5
pub use
rdif_serial::
*
;