Avril 4 years ago
parent 615418a556
commit c3af720ebd
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -2,7 +2,7 @@
Spawn [leanify] as subprocesses to enable parallel & concurrent compression. Spawn [leanify] as subprocesses to enable parallel & concurrent compression.
[leanify]: https://github.com/JayXon/Leanify [leanify]: https://github.com/JayXon/Leanify
## About ## About
[leanify] is a nice tool that losslessly compresses files for you, it works on a large number of file types. [leanify] is a nice tool that losslessly compresses files for you, it works on a large number of file types.
@ -61,21 +61,21 @@ When building with Rust nightly, some other optimisations and features will be p
### Legend ### Legend
In `--help` the compiled-with features are listed as so: In `--help` the compiled-with features are listed as so:
- `+feature` means feature enabled * `+feature` means feature enabled
- `-feature` means feature disabled * `-feature` means feature disabled
When printing with colour: When printing with colour:
- Red means enabled by default * Red means enabled by default
- Bright red means enabled specifically * Bright red means enabled specifically
- Blue means disabled by default * Blue means disabled by default
- Bright blue means disabled specifically * Bright blue means disabled specifically
# Additional # Additional
I included a Gentoo ebuild for [leanify] in [other] I included a Gentoo ebuild for [leanify] in [other]
[other]: ./other/Leanify-0.4.3.ebuild [other]: ./other/Leanify-0.4.3.ebuild
# License # License
GPL'd with <3 GPL'd with <3

Loading…
Cancel
Save