speakln

Crates.iospeakln
lib.rsspeakln
version0.0.1
sourcesrc
created_at2022-10-30 21:54:50.173754
updated_at2022-10-30 21:54:50.173754
descriptionprintln, but the computer talks to you instead
homepagehttps://github.com/RobWalt/speakln
repositoryhttps://github.com/RobWalt/speakln
max_upload_size
id701679
size3,830
Robert Walter (RobWalt)

documentation

https://docs.rs/speakln

README

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
Commit count: 3

cargo fmt