Getting started

There are three ways to get started with Silius:

  1. Building and running from source.

  2. Running in Docker.

  3. Using Silius crates in your project.

Building and running from source

As with other Rust projects, you can build Silius from source with the Cargo package manager. For more information, click here.

Running in Docker

There is a Docker image available on the GitHub Container Registry (ghcr.io) that is updated on an ongoing basis as the new features are developed. For more information, click here.

Using Silius crates in your project

Silius is created from several crates that can be reused and imported into any Rust project. For more information, click here.

Last updated