Docs.rs
korrect-0.3.0-rc.0
korrect 0.3.0-rc.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cromulentbanana
Dependencies
anyhow ^1.0.58
normal
clap ^4.5.21
normal
clap_complete ^4.5.38
normal
clap_complete_nushell ^4.5.4
normal
dirs ^6.0.0
normal
env_logger ^0.11.8
normal
flate2 ^1.1.2
normal
indicatif ^0.18.0
normal
k8s-openapi ^0.25.0
normal
kube ^1.1.0
normal
log ^0.4.22
normal
regex ^1.11.1
normal
semver ^1.0.26
normal
serde ^1.0.219
normal
serde_json ^1.0.133
normal
sha2 ^0.10.8
normal
simple_logger ^5
normal
tar ^0.4.44
normal
tempfile ^3.14.0
normal
tokio ^1.45.1
normal
toml ^0.9
normal
ureq ^3.0.11
normal
assert_cmd ^2.0.17
dev
mockito ^1.6.1
dev
serial_test ^3.2.0
dev
tempfile ^3.14.0
dev
Versions
6.93%
of the crate is documented
Go to latest stable release
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
korrect
0.3.0-rc.0
ToK8s
Str
Required Methods
to_k8s_str
Implementations on Foreign Types
Version
Implementors
In crate korrect
korrect
Trait
ToK8sStr
Copy item path
Source
pub trait ToK8sStr { // Required method fn
to_k8s_str
(&self) ->
String
; }
Required Methods
§
Source
fn
to_k8s_str
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ToK8sStr
for
Version
Source
§
fn
to_k8s_str
(&self) ->
String
Implementors
§