Docs.rs
parsql-cli-0.5.0
parsql-cli 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
yazdostum-nettr
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
clap ^4.5
normal
colored ^2.0
normal
crossterm ^0.28
normal
dialoguer ^0.11
normal
glob ^0.3
normal
indicatif ^0.17
normal
parsql-migrations ^0.5.0
normal
postgres ^0.19
normal
optional
ratatui ^0.29
normal
rusqlite ^0.37
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
thiserror ^2.0
normal
tokio ^1.0
normal
toml ^0.8
normal
walkdir ^2.4
normal
tempfile ^3.10
dev
tokio-test ^0.4
dev
Versions
49.35%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
format_table
parsql_
cli
0.5.0
In parsql_
cli::
utils
parsql_cli
::
utils
Function
format_
table
Copy item path
Source
pub fn format_table(headers:
Vec
<&
str
>, rows:
Vec
<
Vec
<
String
>>) ->
String
Expand description
Format a table for display