mmastrac / rust-libc-print

#[no_std] print equivalent for Rust
Apache License 2.0
59 stars 9 forks source link

Document usage using original stdlib names and new dbg! macro #71

Closed mmastrac closed 2 years ago

mmastrac commented 2 years ago

The README currently shows an example of prefixed usage (libc_XXX). We should also demonstrate usage using un-prefixed names. In addition, we should show the usage of dbg in the README.

SteveLauC commented 2 years ago

This can be closed now :)

mmastrac commented 2 years ago

Thanks!