Add post: 从 Rust 到 Zig,我写了一个小型 KV 数据库后,终于理解 Zig 到底'怪'在哪#114
Add post: 从 Rust 到 Zig,我写了一个小型 KV 数据库后,终于理解 Zig 到底'怪'在哪#114lispking wants to merge 3 commits intozigcc:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new blog post comparing Rust and Zig through the implementation of a lightweight KV database. The reviewer identified a syntax error in the Markdown image declaration and suggested terminology refinements to ensure consistency, specifically standardizing the use of "底层" (low-level) when referring to programming and control mechanisms.
There was a problem hiding this comment.
Pull request overview
This PR adds a new Chinese-language blog post sharing a hands-on comparison of Rust vs Zig via implementing a small embedded KV database (kvdb), along with a supporting hero image.
Changes:
- Add a new post: “从 Rust 到 Zig,我写了一个小型 KV 数据库后,终于理解 Zig 到底“怪”在哪”
- Add a new WebP image asset and reference it from the post
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| content/post/2026-04-02-zig-kvdb.smd | New post content + frontmatter; embeds the new image via $image.siteAsset('images/rust-vs-zig.webp'). |
| assets/images/rust-vs-zig.webp | New image asset used by the post. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.