1 unstable release
0.0.1 | Oct 30, 2022 |
---|
#5 in #speak
3KB
speakln!
notes
I mainly created speakln!
for teaching purposes, so it comes with some restrictions:
- only sync programs can use
speakln!
- currently you need to include the prelude for it to work:
use speakln::prelude::*;
- you can use
speakln!
only on things that implementDebug
speakln!
is only supported on linux at the moment, support for other platforms is planned
Dependencies
~1–27MB
~409K SLoC