Crates.io | speakln |
lib.rs | speakln |
version | 0.0.1 |
source | src |
created_at | 2022-10-30 21:54:50.173754 |
updated_at | 2022-10-30 21:54:50.173754 |
description | println, but the computer talks to you instead |
homepage | https://github.com/RobWalt/speakln |
repository | https://github.com/RobWalt/speakln |
max_upload_size | |
id | 701679 |
size | 3,830 |
speakln!
notesI mainly created speakln!
for teaching purposes, so it comes with some restrictions:
speakln!
use speakln::prelude::*;
speakln!
only on things that implement Debug
speakln!
is only supported on linux at the moment, support for other platforms is planned