koto_runtime 0.16.1

The runtime used by the Koto programming language
Documentation
1
2
3
4
5
6
7
8
9
mod buffered_file;
mod file;
mod stdio;

pub use self::{
    buffered_file::BufferedFile,
    file::{KotoFile, KotoRead, KotoWrite},
    stdio::{DefaultStderr, DefaultStdin, DefaultStdout},
};