hyprshell-config-lib 4.10.2

A library for reading, writing and migrating configuration files for hyprshell
Documentation
1
2
3
4
5
6
pub const PREV_CONFIG_VERSION: u16 = 2;
pub const NEXT_CONFIG_VERSION: u16 = 3;
mod convert;
mod old_structs;

pub use old_structs::*;