Docs.rs
athena-cli-0.3.2
athena-cli 0.3.2
Permalink
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.84%
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
OptionByteDisplay
athena_
cli
0.3.2
Option
Byte
Display
Required Methods
format_bytes_or_default
Implementations on Foreign Types
Option<T>
Implementors
In athena_
cli::
commands::
common
athena_cli
::
commands
::
common
Trait
Option
Byte
Display
Copy item path
Source
pub trait OptionByteDisplay { // Required method fn
format_bytes_or_default
(&self) ->
String
; }
Required Methods
§
Source
fn
format_bytes_or_default
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl<T:
Into
<
i64
> +
Copy
>
OptionByteDisplay
for
Option
<T>
Source
§
fn
format_bytes_or_default
(&self) ->
String
Implementors
§