mirror of
https://github.com/nushell/nushell.git
synced 2025-07-21 08:01:38 +02:00
# Description I added a debug-only check that makes sure only non-other I/O errors get converted. Since tests run in debug mode, that should help us catch these errors early. I left the check out in release mode on purpose so we don't crash users who have nu as their main shell. It's similar to the debug assertions in the same file that check for unknown spans.
Operating system specific bindings used by Nushell.
Currently primarily wrappers around processes and ways to gather process info from the system
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.