feat: add cache and gtk benches comparison

This commit is contained in:
Paul Delafosse 2022-05-12 23:12:06 +02:00
parent e40fbfa916
commit 8de66cc58e
5 changed files with 190 additions and 45 deletions

View file

@ -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>;