Getting started
Last updated
Last updated
There are three ways to get started with Silius:
Building and running from source.
Running in Docker.
Using Silius crates in your project.
As with other Rust projects, you can build Silius from source with the Cargo package manager. For more information, click here.
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.
Silius is created from several crates that can be reused and imported into any Rust project. For more information, click here.