Implement uuidgen

Implement uuidgen as a wrapper over the `uuid` crate.
This commit is contained in:
Reagan Bohan
2025-04-19 23:59:35 +00:00
parent 65959a5205
commit 1dcb5524e2
9 changed files with 430 additions and 51 deletions
+1
View File
@@ -99,6 +99,7 @@ First, reimplement the most important tools from util-linux:
- `ldattach`: Attaches line discipline to a serial line.
- `readprofile`: Reads kernel profiling info.
- `i386, linux32, linux64, x86_64`: Set personality flags for execution environment.
- `uuidgen`: Generate different types of UUID.
Note:
* /bin/more is already implemented in https://github.com/uutils/coreutils