update roadmap
This commit is contained in:
parent
cd5afb2f74
commit
997df3585a
1 changed files with 4 additions and 0 deletions
|
@ -3,11 +3,15 @@ A golang library for extracting and creating archives.
|
||||||
|
|
||||||
[Documentation Link](https://pkg.go.dev/egtyl.xyz/omnibill/archiver)
|
[Documentation Link](https://pkg.go.dev/egtyl.xyz/omnibill/archiver)
|
||||||
|
|
||||||
|
The whole goal with this library is to create something that can both read and write to the archives themselves.
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [x] Automatically detect the archive format
|
- [x] Automatically detect the archive format
|
||||||
- [x] Add mutexes to work with concurrency
|
- [x] Add mutexes to work with concurrency
|
||||||
- [ ] Support RAR format
|
- [ ] Support RAR format
|
||||||
|
- [ ] Support zstd format
|
||||||
- [ ] Add writing capability
|
- [ ] Add writing capability
|
||||||
|
- [ ] Support multithreaded gzip
|
||||||
|
|
||||||
## Supported Formats
|
## Supported Formats
|
||||||
- `.tar.gz`
|
- `.tar.gz`
|
||||||
|
|
Loading…
Reference in a new issue