Skip to content

v0.8.0

Latest

Choose a tag to compare

@khimaros khimaros released this 28 Jan 23:59
· 1 commit to master since this release

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