Skip to content
View betterhyq's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@un-rust

Block or report betterhyq

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
betterhyq/README.md

Hi, I'm Yongqi 👋

Software engineer based in Beijing. Debugging code by day, exploring the city by night 🌃.

🔭 Tech stack

Tech stack

💼 Recent Work

Rustacean Static Badge Crates.io User Total Downloads

package introduction total downloads
@automd-rs It's a crate to update your README.md with your Cargo.toml, automatically. Supports badges, contributors, and with-automdrs blocks.
@browser-paths Get the path of the browser, support Chrome and Edge.
@c12-parser Toolbox for parsing and stringifying various formats, including JSON, JSON5, JSONC, INI, TOML, and YAML.
@camel Supports bidirectional conversion of variable strings between common naming formats.
@crates-readme-table Update your README.md with your crates.io crates
@find-cargo-toml Find Cargo.toml by walking up the directory tree.
@promptt A interactive CLI prompts library, lightweight and easy to use.
@rwconfig Read/write config files with get/set and dirty-tracking; save() writes all changes at once
@urlogger Lightweight colored logger: log(level, message) with RUST_LOG filtering.

⏲️ This week I spent time on...

📅 I'm Most Productive on Tuesday

Monday                   99 commits          ⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   03.17 % 
Tuesday                  870 commits         ⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   27.89 % 
Wednesday                324 commits         ⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   10.39 % 
Thursday                 288 commits         ⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   09.23 % 
Friday                   395 commits         ⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   12.66 % 
Saturday                 427 commits         ⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   13.69 % 
Sunday                   716 commits         ⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   22.96 % 

Last Updated on 22/02/2026 05:10:49 UTC

Pinned Loading

  1. automd-rs automd-rs Public

    Update README.md from Cargo.toml, automatically. Badges, contributors, install snippets via HTML comment blocks.

    Rust

  2. promptt promptt Public

    A lightweight, interactive CLI prompts library for Rust. It supports text, confirm, number, select, toggle, list, password, and invisible inputs—ideal for building terminal wizards, config generato…

    Rust

  3. un-rust/rwconfig un-rust/rwconfig Public

    Read config files, change values with get/set, then write everything back in one go with save(). Like getters and setters with dirty-tracking.

    Rust