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
..
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.