Crates.io | clone_dyn_meta |
lib.rs | clone_dyn_meta |
version | |
source | src |
created_at | 2022-06-26 14:32:30.069176+00 |
updated_at | 2025-04-22 21:25:22.684408+00 |
description | Derive to clone dyn structures. |
homepage | https://github.com/Wandalen/wTools/tree/master/module/core/clone_dyn_meta |
repository | https://github.com/Wandalen/wTools/tree/master/module/core/clone_dyn_meta |
max_upload_size | |
id | 613566 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | 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 |
Derive to clone dyn structures.
Don't use it directly. Instead use clone_dyn
which is front-end for clone_dyn_meta
.