Docs.rs
named-0.1.0
named 0.1.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
illicitonion
Dependencies
indexmap ^1.5.1
normal
proc-macro2 ^1.0.19
normal
quote ^1.0.7
normal
syn ^1.0.38
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
named
0.1.0
All Items
Crate Items
Attribute Macros
Crate
named
Copy item path
Source
Attribute Macros
§
named
This procedural macro allows you to produce functions which can be called with named arguments, optionally with default values. The function must be called as a macro, rather than like a “real” function.