You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
406 B
406 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Short UUID display utility | completed | task | normal | 2026-03-27T19:38:56Z | 2026-03-28T04:39:57Z | claudbg-h7xu |
Created src/util.rs with short_id and xml_escape functions. Ten unit tests cover UUID trimming, short strings, empty string, exact length, and all XML special characters. Updated src/lib.rs to declare pub mod util.