noterm 0.2.3

noterm, a no_std terminal handler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unexpected end of macro invocation
 --> src/macros/ui/003-fail-expand-invalid-input-missing-fmt.rs:3:26
  |
3 |     noterm::print!(output);
  |                          ^ missing tokens in macro arguments
  |
note: while trying to match `,`
 --> src/macros.rs
  |
  |     ($output:expr, $fmt:expr $(, $($args:expr),*)? $(,)?) => {{
  |                  ^