Docs.rs
mockers_derive-0.23.0
mockers_derive 0.23.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kriomant
Dependencies
indoc ^0.3.3
normal
itertools ^0.4.13
normal
lazy_static ^1.4.0
normal
prettyplease ^0.2.16
normal
optional
proc-macro2 ^1.0.71
normal
proc-quote ^0.4.0
normal
syn ^2.0.43
normal
trybuild ^1.0.33
dev
Versions
25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate mockers_derive
mockers_
derive
0.23.0
All Items
Crate Items
Macros
Attribute Macros
Crate
mockers_
derive
Copy item path
Source
Macros
§
mock
register_
types
Attribute Macros
§
mocked
Implementation
#[mocked]
attribute — main entry point of library. Attribute may be used on trait, extern module, struct and impl block. This itself is a thin wrapper around
mocked_impl
where actual work is done.