speakln 0.0.1

println, but the computer talks to you instead
docs.rs failed to build speakln-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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 implement Debug
  • speakln! is only supported on linux at the moment, support for other platforms is planned