| Crates.io | ricecoder-storage |
| lib.rs | ricecoder-storage |
| version | 0.1.71 |
| created_at | 2025-12-09 16:38:40.348917+00 |
| updated_at | 2025-12-09 16:49:11.05016+00 |
| description | Storage and configuration management for RiceCoder |
| homepage | https://github.com/moabualruz/ricecoder |
| repository | https://github.com/moabualruz/ricecoder |
| max_upload_size | |
| id | 1975736 |
| size | 564,257 |
Storage and configuration management for RiceCoder.
Add to your Cargo.toml:
[dependencies]
ricecoder-storage = "0.1"
use ricecoder_storage::config::Config;
// Load configuration
let config = Config::load()?;
// Access settings
println!("Theme: {}", config.theme);
Configuration is loaded from (in priority order):
.ricecoder/config.yaml~/.ricecoder/config.yamlMIT