news-flash 3.0.1

Base library for a modern feed reader
Documentation
1
2
3
4
5
#[derive(Debug)]
pub struct DatabaseSize {
    pub allocated: u64,
    pub on_disk: u64,
}