Docs.rs
comlexr_macro-1.4.2
comlexr_macro 1.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
gmpinder
Dependencies
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
tempfile ^3.6
dev
Versions
66.67%
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
comlexr_
macro
1.4.2
All Items
Crate Items
Macros
Crate
comlexr_macro
Copy item path
Source
Macros
§
cmd
Generates a command expression by combining static strings, conditional logic, loops, pattern matching, and closures to dynamically build and format command-line arguments.
pipe
Chain the stdout of commands to stdin. Execution is lazy so commands aren’t run until
status()
or
output()
is called.