mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
1fd0ddb52c
* Maybe solve the none bug? * cargo fmt * use nothing, not string * check at last * I check it at last * Use error which has span * use not found error * fix error * use a empty value length? * * Add commit about what I change and fmt Now all test passed, but I do not know if it is right * update the test * check if it is nothing * update commit * Rename test Co-authored-by: Jakub Žádník <kubouch@gmail.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
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.