Skip to content

Conversation

@duyet
Copy link
Member

@duyet duyet commented Oct 21, 2025

This commit updates and enhances the Rust Vietnamese tutorial content:

Updated Content:

  • Updated tokio dependency from 1.38.0 to 1.48.0 in tokio-example

New Content for Match Patterns:

  • src/basic/match/literals.md: Comprehensive guide on matching literal values with examples
  • src/basic/match/multiple.md: Guide on matching multiple patterns using OR operator
  • src/basic/match/named-vars.md: Guide on named variables and @ binding in pattern matching

New Content for Data Engineering:

  • src/data-engineering/first-data-pipeline.md: Complete guide to building data pipelines with Polars
  • src/data-engineering/data-driven.md: Guide to building scalable data-driven applications
  • src/data-engineering/rust-as-alternative-python.md: Comprehensive comparison of Rust vs Python for data engineering

All new content follows the existing Vietnamese writing style with:

  • Clear explanations with practical examples
  • Comparisons with other languages (Python, JavaScript, TypeScript)
  • Code examples with expected outputs
  • Best practices and references

Generated with Claude Code

This commit updates and enhances the Rust Vietnamese tutorial content:

**Updated Content:**
- Updated tokio dependency from 1.38.0 to 1.48.0 in tokio-example

**New Content for Match Patterns:**
- src/basic/match/literals.md: Comprehensive guide on matching literal values with examples
- src/basic/match/multiple.md: Guide on matching multiple patterns using OR operator
- src/basic/match/named-vars.md: Guide on named variables and @ binding in pattern matching

**New Content for Data Engineering:**
- src/data-engineering/first-data-pipeline.md: Complete guide to building data pipelines with Polars
- src/data-engineering/data-driven.md: Guide to building scalable data-driven applications
- src/data-engineering/rust-as-alternative-python.md: Comprehensive comparison of Rust vs Python for data engineering

All new content follows the existing Vietnamese writing style with:
- Clear explanations with practical examples
- Comparisons with other languages (Python, JavaScript, TypeScript)
- Code examples with expected outputs
- Best practices and references

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. documentation Improvements or additions to documentation labels Oct 21, 2025
Remove duplicate reference to doc-comment.md that was causing mdbook build to fail.
The file was referenced twice:
- Under "Code comment" section (kept)
- Under "Viết Docs" section (removed)

This resolves the build error:
"Duplicate file in SUMMARY.md: ./basic/code-comment/doc-comment.md"

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Remove duplicate references to polars and serde crates from the Data Engineering section.
These crates were already listed in the "Crates hay dùng" section, causing mdbook build to fail with:

"Duplicate file in SUMMARY.md: ./crates/polars.md"
"Duplicate file in SUMMARY.md: ./crates/serde.md"
etc.

The data-processing.md page already describes these crates, so the duplicate
sub-items in the table of contents were unnecessary.

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@github-actions
Copy link

Build book successfully!

@duyet duyet merged commit 4e8d6d2 into main Oct 21, 2025
1 check passed
@duyet duyet deleted the claude/update-content-pages-011CULRESPubffdRFHtEnwrR branch October 21, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants