From a57a8389a76cdbba3b9fc79c2d521d2beb2751cb Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Apr 2026 20:59:52 +0800 Subject: Add project branding and update README structure - Add project icon and badges to README - Update crate description to "The Rust CLI Framework" - Add table of contents and improve section organization - Move guide.txt to resources directory and update version reference - Add example-completion Cargo.lock for new example - Remove unused main.rs file --- res/icon.png | Bin 0 -> 206092 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/icon.png (limited to 'res/icon.png') diff --git a/res/icon.png b/res/icon.png new file mode 100644 index 0000000..4fa4f03 Binary files /dev/null and b/res/icon.png differ -- cgit