Docs.rs
build-pretty-1.0.0
build-pretty 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
usagi
Dependencies
lazy_static ^1.4.0
normal
retrieve ^1.1.1
normal
rust-i18n ^0.5.2
normal
thiserror ^1.0.31
normal
Versions
33.33%
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
Files
build_pretty/
task_fn.rs
1
pub type
TaskFn = Box<
dyn
Fn(
&mut
String) ->
Result
<(), Box<
dyn
std::error::Error>>>;