burrow 0.1.0

High-performance filesystem indexer and in-memory FS structure representation
Documentation
1
2
3
4
5
6
7
8
pub use libc::{
  DT_DIR as ENT_DIRECTORY, DT_LNK as ENT_SYMLINK, DT_REG as ENT_REGULAR,
  DT_UNKNOWN as ENT_UNKNOWN,
};

pub enum EntryType {
  //
}