trpl-zh-cn is a Simplified Chinese translation of the Rust programming language official book that provides static HTML pages, PDF, and EPUB formats for offline reading.
The project addresses the need for Rust learning materials in Simplified Chinese by translating the official Rust book. It maintains synchronization with the upstream source by including official links and commit hashes at the start of each chapter, allowing translators to identify and resolve discrepancies with the canonical English version. The translation incorporates assisted proofreading for certain sections and is built using mdBook to generate multiple output formats from a single Markdown source.
Developers learning Rust who prefer reading in Simplified Chinese should use this translation. It suits anyone wanting offline access to comprehensive Rust documentation, with support for HTML browsing, PDF downloads, and EPUB e-books. The project explicitly notes that the mdBook source repository may contain newer content than the published documentation site, so consulting the source directory is recommended when conflicts arise.
The project maintains active synchronization with upstream changes, as evidenced by completed translation work for the 2024 edition. Translation quality is supported through assisted proofreading with documented prompts available for reference. The tool infrastructure includes a custom mdBook plugin for PDF generation via Typst, indicating ongoing technical development beyond simple translation maintenance.