Static libnotcurses_sys::APPEND_READ[][src]

pub static APPEND_READ: &str
Expand description

Intended to be passed into the CFile::open method. It will allow data to be appended to the end of the file, and data to be read from the file. It will create the file if it doesn’t exist.