Macro analog_literals::analog_literal[][src]

macro_rules! analog_literal {
    (I $($tail:tt)+) => { ... };
    (II) => { ... };
    (+ $($tail:tt)+) => { ... };
}
Expand description

The star of the show: a macro to embed analog literals into otherwise boring Rust source code.

Check out the crate-level documentation for more info.