release notes
clean transpile (rust, cpp, ts, py), benchmarks
installation
common
$ wget https://github.com/khimaros/enc/releases/download/v0.8.0/enc-linux-x64-0.8.0.tgz
$ tar -xvzf enc-linux-x64-0.8.0.tgz
$ cd enc-linux-x64-0.8.0
$ cp .enc.env.example .enc.env
$ editor .enc.env # add your API keys
rust edition
$ ./enc --show-config
python edition
$ pip install -r requirements.txt
$ ./enc.py --show-config
typescript edition:
$ npm install
$ ./enc.ts --show-config
Full Changelog: v0.7.0...v0.8.0