rwf-macros

Crates.iorwf-macros
lib.rsrwf-macros
version
sourcesrc
created_at2024-10-10 22:43:05.208802
updated_at2024-12-05 20:42:15.257325
descriptionMacros for the Rust Web Framework
homepagehttps://levkk.github.io/rwf/
repositoryhttps://github.com/levkk/rwf
max_upload_size
id1404678
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Lev Kokotov (levkk)

documentation

README

Rwf macros

Documentation Latest crate Reference docs

rwf-macros is a crate that contains all derive and procedural macros used in Rwf. All these macros are imported in rwf and re-exported as rwf::macros.

Commit count: 552

cargo fmt