Docs.rs
kpy-0.1.0-alpha
kpy 0.1.0-alpha
Docs.rs crate page
17 July 2026
Links
Homepage
crates.io
Source
Owners
ghost_129998
Dependencies
clap ^2.33.3
normal
dircpy-stable ^0.3.5
normal
log ^0.4.14
normal
simple_logger ^1.12.1
normal
strum ^0.21.0
normal
strum_macros ^0.21.1
normal
walkdir ^2.3.2
normal
Versions
38.1%
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
kpy/
lib.rs
1
pub mod
app;
2
#[macro_use]
3
pub mod
error;
4
pub mod
copier;
5
pub mod
strats;
6
pub mod
utils;