Maturin User Guide

  • repo (folder: guide)
  • site
  • description: Maturin is a tool to publish Rust crates as Python packages with minimal configuration.

book.toml

[book]
author = ["PyO3 Project and Contributors"]
language = "en"
multilingual = false
src = "src"
title = "Maturin User Guide"

[output.html]
additional-css = ["tweak.css"]
git-repository-url = "https://github.com/PyO3/maturin/tree/main/guide"
edit-url-template = "https://github.com/PyO3/maturin/edit/main/guide/{path}"