feat: add cache and gtk benches comparison
This commit is contained in:
parent
e40fbfa916
commit
8de66cc58e
5 changed files with 190 additions and 45 deletions
|
|
@ -7,10 +7,10 @@ use std::collections::BTreeMap;
|
|||
use std::fmt::{Debug, Formatter};
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
pub mod directories;
|
||||
mod directories;
|
||||
pub mod error;
|
||||
pub mod parse;
|
||||
pub mod paths;
|
||||
mod parse;
|
||||
mod paths;
|
||||
|
||||
type Result<T> = std::result::Result<T, ThemeError>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue