2. InstallationΒΆ

reFORM is written in Rust, so one first needs to install the Rust compiler. The easiest way is to install Rustup, using:

curl https://sh.rustup.rs -sSf | sh

For more information, see the official Rust installation guide.

The latest stable version can then be installed using:

cargo install reform

The reFORM source code can be obtained from Bitbucket:

git clone git@bitbucket.org:benruyl/reform.git

To compile in release mode, use:

cargo build --release

You will find the binary reform in target/release.

To compile reFORM with API support, please see the API section.