Skip to content

docs: sync README.ja.md with current Rust support (#5)#7

Merged
iray-tno merged 1 commit into
mainfrom
feature/5_sync_japanese_readme
Jun 3, 2026
Merged

docs: sync README.ja.md with current Rust support (#5)#7
iray-tno merged 1 commit into
mainfrom
feature/5_sync_japanese_readme

Conversation

@iray-tno
Copy link
Copy Markdown
Owner

@iray-tno iray-tno commented Jun 3, 2026

Closes #5.

Problem

README.ja.md had fallen behind README.md — it predated the Rust toolchain and was missing every Rust-facing section.

Changes

Japanese-only sections (WSL support, AHC workflow, standalone-use notes) are kept, per the issue.

Notes

A couple of English-side inaccuracies surfaced during this work (README still lists Rust as "Planned" in the Plugin Architecture section, stale libclang-18 / Poetry-style snippets). Those are tracked separately in #6 to keep this PR scoped to the Japanese sync.

🤖 Generated with Claude Code

The Japanese README predated the Rust toolchain and was missing every
Rust-facing section that the English README documents. Bring it back in
sync:

- add the **Rust Preprocessor** section, describing the `mod name { ... }`
  wrapping behavior (incl. no-collision / path-preservation guarantees),
  with input/output examples;
- add **Tunable Parameters for Rust** (CLI / Python / config) and the
  **Rust Minifier** section;
- replace the C++-only "C++テストランナー" with a unified **テストランナー**
  covering language auto-detection, the `--rust` flag, Rust examples, and
  `rust_compile` config;
- move Rust from "計画中" (planned) to implemented in the plugin-support
  table;
- update the table of contents accordingly.

The Japanese-only sections (WSL support, AHC workflow, standalone-use
notes) are preserved.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@iray-tno iray-tno merged commit 9da8dc8 into main Jun 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: README.ja.md is stale — missing all Rust documentation

1 participant