rmk-config 0.4.0

Config crate of RMK
Documentation
1
2
3
4
5
6
7
use crate::StorageConfig;

impl crate::KeyboardTomlConfig {
    pub fn get_storage_config(&self) -> StorageConfig {
        self.storage.unwrap_or_default()
    }
}