Docs.rs
quick-macros-0.1.2
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
quick-macros 0.1.2
Crate providing simple useful macros
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
3
out of
3
items documented
2
out of
2
items with examples
Size
Source code size: 11.51 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 300.38 kB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 7s
Average build duration of
successful
builds.
all releases: 5s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
sobczal2/quick-macros
0
0
0
crates.io
Dependencies
proc-macro-error ^1.0.4
normal
proc-macro2 ^1.0.94
normal
quote ^1.0.40
normal
syn ^2.0.100
normal
Versions
0.1.2
(2025-03-15)
0.1.1
(2025-03-13)
0.1.0
(2025-03-13)
Owners
quick-macros
This crate provides simple macros:
Derive
FieldNames - macro used for generating functions returning a name of a field
FullCtor - macro used for generating a constructor with all fields as parameters