Files
yuzu/externals/vcpkg/buildtrees/lz4/src/v1.9.3-4743bd4e50.clean/examples/README.md

12 lines
313 B
Markdown
Raw Normal View History

2022-11-05 15:35:56 +01:00
# LZ4 examples
All examples are GPL-v2 licensed.
## Documents
- [Streaming API Basics](streaming_api_basics.md)
- Examples
- [Double Buffer](blockStreaming_doubleBuffer.md)
- [Line by Line Text Compression](blockStreaming_lineByLine.md)
- [Dictionary Random Access](dictionaryRandomAccess.md)