Docs.rs
netdig-0.0.5
netdig 0.0.5
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
brownjohnf
Dependencies
anyhow ^1
normal
atty ^0.2
normal
clap ^4
normal
optional
comfy-table ^7
normal
ipnet ^2
normal
jacklog ^0.3.1
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
strum ^0.26
normal
optional
tracing ^0.1
normal
optional
criterion ^0.5.1
dev
Versions
11.76%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
netdig
0.0.5
Tabular
Required Methods
table
Implementations on Foreign Types
Vec<Output<T>>
Implementors
In crate netdig
netdig
Trait
Tabular
Copy item path
Source
pub trait Tabular { // Required method fn
table
(&self, headers:
bool
) ->
Table
; }
Required Methods
§
Source
fn
table
(&self, headers:
bool
) ->
Table
Implementations on Foreign Types
§
Source
§
impl<T:
Debug
>
Tabular
for
Vec
<
Output
<T>>
Source
§
fn
table
(&self, headers:
bool
) ->
Table
Implementors
§