forked from extern/nushell
renamed nu_grid to grid
This commit is contained in:
parent
e402adbba0
commit
3c843f7f61
@ -13,7 +13,7 @@
|
|||||||
//! needed. For example:
|
//! needed. For example:
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! use nu_grid::{Grid, GridOptions, Direction, Filling, Cell};
|
//! use grid::{Grid, GridOptions, Direction, Filling, Cell};
|
||||||
//!
|
//!
|
||||||
//! let mut grid = Grid::new(GridOptions {
|
//! let mut grid = Grid::new(GridOptions {
|
||||||
//! filling: Filling::Spaces(1),
|
//! filling: Filling::Spaces(1),
|
||||||
@ -226,7 +226,7 @@ impl Dimensions {
|
|||||||
|
|
||||||
/// Everything needed to format the cells with the grid options.
|
/// Everything needed to format the cells with the grid options.
|
||||||
///
|
///
|
||||||
/// For more information, see the [`nu_grid` crate documentation](index.html).
|
/// For more information, see the [`grid` crate documentation](index.html).
|
||||||
#[derive(PartialEq, Debug)]
|
#[derive(PartialEq, Debug)]
|
||||||
pub struct Grid {
|
pub struct Grid {
|
||||||
options: GridOptions,
|
options: GridOptions,
|
||||||
|
Loading…
Reference in New Issue
Block a user