Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.malbox.app/llms.txt

Use this file to discover all available pages before exploring further.

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.