Function cuid::slug

source ยท
pub fn slug() -> Result<String, CuidError>
๐Ÿ‘ŽDeprecated since 1.3.0: Using slug() without specifying a version is no longer supported. Please use cuid1_slug() or cuid2_slug() instead.
Expand description

Generate a CUID slug

Deprecated. Please use cuid1_slug() or cuid2_slug() instead.