v_utils_macros

Crates.iov_utils_macros
lib.rsv_utils_macros
version
sourcesrc
created_at2024-02-08 21:11:10.680866
updated_at2024-11-08 19:23:37.952295
descriptionMacros for my utils crate
homepage
repositoryhttps://github.com/Valera6/v_utils
max_upload_size
id1132683
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
Valera (valeratrades)

documentation

README

NB

MUST be only ever imported via main v_utils crate.

Some of the macros rely on reimports of certain crates by the main crate (because currently proc_macro crates are not allowed to export anything that is not macro).

Commit count: 5

cargo fmt