rif 0.2.0

Impact control system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// List of filepaths that are not allowed for sound program usage
pub const BLACK_LIST: [&str; 2] = [RIF_IGNORE_FILE, RIF_DIECTORY];
/// File path of rif ignore
pub const RIF_IGNORE_FILE: &str = ".rifignore";
/// File path of rif list 
pub const RIF_REL_FILE: &str = "rel";
/// Main rif directory
pub const RIF_DIECTORY: &str = ".rif";
/// Update messages
pub const RIF_HIST_FILE: &str = "history";
/// Config
pub const RIF_CONFIG: &str = "config";
/// Meta
pub const RIF_META: &str = "meta";