flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
/// the `file_read` module to take care of reading files for a flow
#[allow(clippy::module_name_repetitions)]
pub mod file_read;
/// the `file_write` module to take care of writing files for a flow
#[allow(clippy::module_name_repetitions)]
pub mod file_write;