Skip to main content

Code conventions

We try to follow Rust API Guidelines and the Rust Style Guide.

Git usage

We use the Conventional Commits 1.0.0 specification to format our commits. As for our workflow, we use the following with the following branch names :
  • hotfix : hotfix/<hotfix name>
  • feature : feat/<feature name>
  • develop : dev/<version number>
Git workflow

Versioning

We use Semantic Versioning.