Module io_native

Source
Expand description

Normal file IO using the filesystem

Re-exportsยง

pub use crate::io::*;

Structsยง

FileWithProgress

Functionsยง

delete_file
Idempotent
file_exists
inner_slurp_file ๐Ÿ”’
list_dir
Returns full paths
maybe_read_binary
maybe_write_binary ๐Ÿ”’
maybe_write_json ๐Ÿ”’
slurp_file
write_binary
write_file
Returns path on success
write_json
write_raw