Final doc before I go to sleep

This commit is contained in:
Lucien Cartier-Tilet 2020-03-27 23:31:24 +01:00
parent 9f5c040893
commit a7ef031090
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -10,7 +10,10 @@ use log::{info, warn};
pub mod utils; pub mod utils;
use utils::SettingsType; use utils::SettingsType;
const RULESET_CURRENT_VERSION: i32 = 1; /// Current version of the ruleset. It will help determine if the ruleset is
/// outdated or from a more recent version of the software than the one being in
/// use.
pub const RULESET_CURRENT_VERSION: i32 = 1;
#[derive(Debug, Deserialize, Serialize)] #[derive(Debug, Deserialize, Serialize)]
pub struct Settings { pub struct Settings {