mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
d3f22588f0
In normal operations we don't display the dataframes directly. The `fmt` feature on `polars-core` pulls in the `comfy-table` crate with its own dependencies on `crossterm` and `strum(_macros)`. This has the chance to duplicate dependencies. (currently strum version divergence) Without this feature only the shapes should be displayed. May degrade the error output during testing. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |