๐ Overview
...
๐ฆ Installation
The easiest way to install evolution on your system is by using the Cargo package manager.
$ cargo install evolution
Alternatively, you can build from source by cloning this repo and compiling using Cargo.
$ git clone https://github.com/firelink-data/evolution.git
$ cd evolution
$ cargo build --release
๐ License
All code is to be held under a general MIT license, please see LICENSE for specific information.