Docs.rs
athena-cli-0.3.1
athena-cli 0.3.1
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
AndyHoang
Dependencies
anyhow ^1.0
normal
aws-config ^1.1.1
normal
aws-sdk-athena ^1.9.0
normal
aws-sdk-s3 ^1.9.0
normal
byte-unit ^5.1
normal
chrono ^0.4
normal
clap ^4.4
normal
colored ^3.0.0
normal
config ^0.15
normal
console ^0.15
normal
dialoguer ^0.11
normal
directories ^6.0
normal
dirs ^6.0
normal
futures ^0.3
normal
humantime ^2.1
normal
humantime-serde ^1.1
normal
owo-colors ^4.0
normal
polars ^0.46
normal
prettytable-rs ^0.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlparser ^0.35.0
normal
tabled ^0.18
normal
tokio ^1.36
normal
toml ^0.8
normal
url ^2.4
normal
Versions
36%
of the crate is documented
Go to latest version
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
DurationFormat
athena_
cli
0.3.1
Duration
Format
Required Methods
format_duration_ms
Implementations on Foreign Types
i64
Implementors
In athena_
cli::
commands::
common
athena_cli
::
commands
::
common
Trait
Duration
Format
Copy item path
Source
pub trait DurationFormat { // Required method fn
format_duration_ms
(&self) ->
String
; }
Required Methods
§
Source
fn
format_duration_ms
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
DurationFormat
for
i64
Source
§
fn
format_duration_ms
(&self) ->
String
Implementors
§