Docs.rs
nils-docker-tools-1.21.9
nils-docker-tools 1.21.9
Docs.rs crate page
MIT
23 September 2026
Links
Repository
crates.io
Source
Owners
graysurf
Dependencies
clap ^4
normal
clap_complete =4.6.7
normal
nils-build-info ^1.21.9
normal
nils-common ^1.21.9
normal
shell-words ^1
normal
nils-test-support ^1.21.9
dev
pretty_assertions ^1
dev
tempfile ^3
dev
Versions
48.08%
of the crate is documented
Platform
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
Skip to main content
Files
docker_tools/
lib.rs
1
pub mod
cli;
2
pub mod
completion;
3
4
mod
runtime;
5
6
pub fn
run() -> i32 {
7
cli::run()
8
}