nushell/crates/nu-protocol
amtoine 9159377af8
fix the tests by using to nuon --raw to have single-line results
Commands used:
```
sd "to nuon\"" "to nuon --raw\"" **/*.rs
git restore crates/nu-command/src/formats/to/nuon.rs
```
and some manuals tweaks as well.
2023-03-11 13:06:36 +01:00
..
src Fix 8244 -- store timestamps with nanosecond resolution (consistently) (#8337) 2023-03-07 17:02:15 -06:00
tests fix the tests by using to nuon --raw to have single-line results 2023-03-11 13:06:36 +01:00
Cargo.toml Update to 0.76.1 version for development (#8161) 2023-02-21 23:21:39 +00:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
README.md Add nu-protocol 2021-09-02 13:29:43 +12:00

nu-protocol

The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.