Skip to content
/ nim-lzma Public

Nim module to compress and decompress data using the liblzma library

License

Notifications You must be signed in to change notification settings

hagna/nim-lzma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

nimble install https://github.com/tim-st/nim-lzma

Usage

You will need the liblzma library installed on your system. If you're on Windows, download the file liblzma.dll from here.

import lzma

var s = "uncompressed data"
doAssert s.compress.decompress == s

About

Nim module to compress and decompress data using the liblzma library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages