Registry / utility / nu-data

nu-data

JSON →
library0.44.0rscratesunverified

Data for Nushell

# Cargo.toml [dependencies] nu-data = "0.44.0"
INSTALL
IMPORT
SIG · NU-DATA
N
nu-data
utilityrustv0.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

value
use nu_data::value;

Basic usage of Nu data types.

use nu_data::value; fn main() { let val = value::Value::Int(42); println!("{:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.44.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nu-data — cargo add nu-data · libregistry