Docs.rs
athena-cli-0.3.0
athena-cli 0.3.0
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
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
tabled ^0.18
normal
tokio ^1.36
normal
toml ^0.8
normal
url ^2.4
normal
Versions
34.1%
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
athena_
cli
0.3.0
Byte
Display
Required Methods
format_bytes
Implementations on Foreign Types
i64
Implementors
In athena_
cli::
commands::
common
athena_cli
::
commands
::
common
Trait
ByteDisplay
Copy item path
Source
pub trait ByteDisplay { // Required method fn
format_bytes
(&self) ->
String
; }
Required Methods
§
Source
fn
format_bytes
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ByteDisplay
for
i64
Source
§
fn
format_bytes
(&self) ->
String
Implementors
§