Docs.rs
dia-args-0.61.1
dia-args 0.61.1
Docs.rs crate page
LGPL-3.0-or-later
13 July 2026
Links
crates.io
Source
Owners
de-marco
Dependencies
debt64 >=9, <10
normal
optional
dia-files >=0.24, <0.25
normal
optional
dia-time >=9, <10
normal
optional
zeros >=20, <21
normal
optional
Versions
100%
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
make_options
dia_
args
0.61.1
make_
options
Sections
Makes a vector of
Cow<'_, Option<'_>>
from a list of either
Option
or
&Option
In crate dia_
args
dia_args
Macro
make_
options
Copy item path
Source
macro_rules! make_options { ($($e: expr),+ $(,)?) => { ... }; }
Expand description
ยง
Makes a vector of
Cow<'_, Option<'_>>
from a list of either
Option
or
&Option