Docs.rs
vantage-cli-util-0.5.3
vantage-cli-util 0.5.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
romaninsh
Dependencies
async-trait ^0.1
normal
ciborium ^0.2.2
normal
comfy-table ^7
normal
indexmap ^2
normal
owo-colors ^4
normal
serde_json ^1
normal
vantage-core ^0.5
normal
vantage-dataset ^0.5
normal
vantage-table ^0.5
normal
vantage-types ^0.5
normal
vantage-vista ^0.5
normal
tokio ^1
dev
Versions
50.94%
of the crate is documented
Platform
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
Skip to main content
Crate vantage_cli_util
vantage_
cli_
util
0.5.3
All Items
Crate Items
Re-exports
Modules
Functions
Crate
vantage_
cli_
util
Copy item path
Source
Re-exports
§
pub use output::
OutputFormat
;
Modules
§
output
Output formatters for CLI results.
vista_
cli
Vista-backed model-driven CLI runner.
Functions
§
print_
table
Fetch records from a table and print them as a styled table.
render_
records
Render records as a styled table without per-column type metadata.
render_
records_
columns
Render records with an explicit column list — no auto-prepended id column.
column_types
is consulted for per-column alignment but doesn’t drive which columns appear;
columns
does.
render_
records_
typed
Render records as a styled table.