This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-12-13 02:31:32 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16bf7fcc59
nushell
/
crates
/
nu-term-grid
/
src
/
lib.rs
5 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
Add top-level crate documentation/READMEs (#12907) # 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
#![
doc = include_str!(
"
../README.md
"
)
]
moved `grid` to it's own crate named `nu-term-grid`
2021-10-07 17:32:39 +02:00
pub
mod
grid
;
pub
use
grid
::
Grid
;
Reference in New Issue
Copy Permalink