bon-macros

Crates.iobon-macros
lib.rsbon-macros
version
sourcesrc
created_at2024-07-28 18:30:10.430046
updated_at2024-12-07 19:17:06.092826
descriptionThis is a proc-macro crate that is supposed to be a private implementation detail of the `bon` crate
homepagehttps://bon-rs.com/
repositoryhttps://github.com/elastio/bon
max_upload_size
id1318154
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
Adam Nelson (anelson)

documentation

README

bon-macros

This is a proc-macro crate that is supposed to be a private implementation detail of the bon crate. Don't add it to your dependencies directly! The API surface of this crate is unstable, and your code may break if you use items from bon-macros bypassing the bon crate. Instead, use the proc macros from here via the reexports in the bon crate.

Commit count: 239

cargo fmt