Crates.io | mimicry-derive |
lib.rs | mimicry-derive |
version | 0.1.0 |
source | src |
created_at | 2022-07-04 07:27:09.446664 |
updated_at | 2022-07-04 07:27:09.446664 |
description | Procedural macros for `mimicry` |
homepage | |
repository | https://github.com/slowli/mimicry |
max_upload_size | |
id | 618813 |
size | 43,681 |
mimicry
This crate provides procedural macros for mimicry
, allowing for lightweight
mocking / spying.
The crate macros are re-exported from the main crate, so it rarely makes sense to use it as a direct dependency.
See mimicry
readme and crate docs for the examples of usage.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in mimicry
by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.