Skip to main content

Crate nu_plugin_nw_ulid

Crate nu_plugin_nw_ulid 

Source
Expand description

Nushell plugin providing ULID generation, validation, and analysis utilities.

Structs§

SecurityWarnings
Security warning system for ULID usage.
UlidComponents
Parsed components of a ULID.
UlidEngine
Core ULID engine providing all ULID operations for the plugin.
UlidPlugin
Top-level plugin type registered with the Nushell plugin host.

Enums§

UlidError
Errors produced by ULID operations.

Constants§

CROCKFORD_BASE32_CHARSET
Valid characters for Crockford Base32 encoding used by ULIDs.
MAX_BULK_GENERATION
Maximum number of ULIDs in a single bulk generation request.
MS_PER_SECOND
Milliseconds per second, used for timestamp conversions.
NANOS_PER_MILLI
Nanoseconds per millisecond, used for timestamp conversions.
ULID_RANDOMNESS_CHARS
Number of Crockford Base32 characters encoding the randomness portion of a ULID.
ULID_STRING_LENGTH
Length of a ULID string in Crockford Base32 encoding.
ULID_TIMESTAMP_CHARS
Number of Crockford Base32 characters encoding the timestamp portion of a ULID.