1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-10 05:28:29 +01:00
nushell/crates/nu-system
Stefan Holderbach c5aa15c7f6
Add top-level crate documentation/READMEs ()
# Description
Add `README.md` files to each crate in our workspace (-plugins) and also
include it in the `lib.rs` documentation for <docs.rs> (if there is no
existing `lib.rs` crate documentation)

In all new README I added the defensive comment that the crates are not
considered stable for public consumption. If necessary we can adjust
this if we deem a crate useful for plugin authors.
2024-07-14 10:10:41 +02:00
..
examples
src Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00
.gitignore
Cargo.toml Bumping version to 0.95.1 () 2024-06-25 18:26:07 -07: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.