Docs.rs
shared-0.1.2
shared 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jamesmunns
Dependencies
bare-metal ^0.2
normal
cortex-m ^0.5.8
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
shared
0.1.2
shared
Macro
shared
Copy item path
Source
macro_rules! shared { ( $(($NAME:ident, $dat_ty:ty, $int:expr),)+ ) => { ... }; }