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
- Host: GitHub
- URL: https://github.com/krypt0nn/animefs
- Owner: krypt0nn
- License: gpl-3.0
- Created: 2024-11-21T19:40:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T15:32:31.000Z (over 1 year ago)
- Last Synced: 2025-01-27T13:49:27.785Z (over 1 year ago)
- Topics: filesystem, rust
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)