We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa59b9c commit c49e270Copy full SHA for c49e270
src/lib.rs
@@ -20,8 +20,8 @@
20
//!
21
//! * Ergonomics and DWIM ("do what I mean"): `cmd!` macro supports interpolation, writing to a file
22
//! automatically creates parent directories, etc.
23
-//! * Reliability: no [shell injection] by construction, good error messages with file paths,
24
-//! non-zero exit status is an error, independence of the host environment, etc.
+//! * Reliability: no [shell injection] by construction, good error messages with file paths,
+//! non-zero exit status is an error, consistent behavior across platforms, etc.
25
//! * Frugality: fast compile times, few dependencies, low-tech API.
26
27
//! ## Guide
0 commit comments