An open API service indexing awesome lists of open source software.

https://github.com/krypt0nn/animefs

Experimental virtual filesystem for weebs
https://github.com/krypt0nn/animefs

filesystem rust

Last synced: 5 months ago
JSON representation

Experimental virtual filesystem for weebs

Awesome Lists containing this project

README

          

# Animefs - an experimental, WIP, virtual filesystem for weebs

## Roadmap

- [ ] B-Tree
- [x] Nodes insertion
- [ ] Nodes searching
- [ ] Nodes deletion
- [ ] FS entries
- [ ] Children insertion
- [ ] Siblings insertion
- [ ] Children lookup
- [ ] Siblings lookup
- [ ] Children deletion
- [ ] Siblings deletion
- [ ] Text section
- [ ] Names insertion
- [ ] Names lookup
- [ ] Names compression and encryption
- [ ] Metadata B-Tree
- [ ] Nodes insertion
- [ ] Nodes searching
- [ ] Nodes deletion
- [ ] Files generations
- [ ] Generation creation
- [ ] Generation writing
- [ ] Generation reading
- [ ] FS primitives
- [ ] File
- [ ] Read
- [ ] Write
- [ ] Delete
- [ ] ...

Author: [Nikita Podvirnyi](https://github.com/krypt0nn) \
Licensed under [GPL-3.0](./LICENSE)