[][src]Module nu_protocol::value::primitive

Enums

Primitive

The most fundamental of structured values in Nu are the Primitive values. These values represent types like integers, strings, booleans, dates, etc that are then used as the building blocks of more complex structures.

Functions

format_date

Format a UTC date value into a humanized string (eg "1 week ago" instead of a formal date string)

format_duration

Format a duration in nanoseconds into a string

format_primitive

Format a Primitive value into a string