[][src]Crate btfs

A simple implementation of an in-memory files-sytem written in Rust using the BTreeMap data-structure.

This code is inspired from https://github.com/bparli/bpfs and was modified to work with node-replication for benchmarking.

Structs

FileAttr

File attributes

Inode
MemFile
MemFilesystem
SetAttrRequest

Enums

Error
FileType

File types

Type Definitions

InodeId