1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-09 04:42:25 +01:00
nushell/crates/nu-system
2024-09-22 12:41:44 +08:00
..
examples Reduce again the number of match calls () 2023-01-24 12:23:42 +01:00
src bump rust version to 1.79.0 () 2024-09-08 16:15:54 -05:00
.gitignore
Cargo.toml Bump version to 0.98.1 () 2024-09-22 12:41:44 +08:00
LICENSE
README.md Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00

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.