docs.rs failed to build uuid-v4-cli-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
uuid-v4-cli

A CLI tool to generate UUID V4 which supports both native and WebAssembly
Note: This project is a fork of the original Rust implementation: uuid-rs.
Installation
You can install this using the cargo install
command:
WebAssembly
This application also provides a wasm package.
You can install it using wapm
by the following command:
Usage
)
WebAssembly
)
Examples
Simple UUID
with uppercase
Hyphenated UUID
with uppercase
Urn UUID
with uppercase
WebAssembly
Simple UUID
with uppercase
Hyphenated UUID
with uppercase
Urn UUID
with uppercase
Contribution
Build
Or you can directly execute the binary:
WebAssembly
Test
This command can also test C API.
Publish
GitHub Releases
crates.io
wapm.io