Crates.io | impl-tools-lib |
lib.rs | impl-tools-lib |
version | |
source | src |
created_at | 2022-03-31 14:16:48.917197 |
updated_at | 2024-10-21 19:20:40.913978 |
description | Helper macros: autoimpl |
homepage | |
repository | https://github.com/kas-gui/impl-tools |
max_upload_size | |
id | 559620 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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` |
size | 0 |
This is the library behind the impl-tools crate.
This library may be used directly to write custom variants of the impl-tools
macros, for example extending #[autoimpl]
to support other traits or
writing new attribute macros to be evaluated within a impl_scope!
.
The COPYRIGHT file includes a list of contributors who claim copyright on this project. This list may be incomplete; new contributors may optionally add themselves to this list.
The impl-tools library is published under the terms of the Apache License, Version 2.0. You may obtain a copy of this licence from the LICENSE file or on the following webpage: https://www.apache.org/licenses/LICENSE-2.0