16 releases

0.10.1 Oct 21, 2024
0.10.0 Sep 8, 2023
0.9.1 Sep 7, 2023
0.9.0 Jun 29, 2023
0.3.0 Mar 31, 2022

#397 in Procedural macros

Download history 2813/week @ 2024-07-17 3321/week @ 2024-07-24 2954/week @ 2024-07-31 2152/week @ 2024-08-07 4440/week @ 2024-08-14 3483/week @ 2024-08-21 3337/week @ 2024-08-28 3454/week @ 2024-09-04 4207/week @ 2024-09-11 5323/week @ 2024-09-18 4848/week @ 2024-09-25 6908/week @ 2024-10-02 5147/week @ 2024-10-09 4133/week @ 2024-10-16 6324/week @ 2024-10-23 4268/week @ 2024-10-30

20,785 downloads per month
Used in 78 crates (2 directly)

MIT/Apache

140KB
3K SLoC

Impl-tools library

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


lib.rs:

Impl-tools-lib

To implement the proc-macros, copy and modify the impl-tools crate, which is merely documentation plus wrappers around this crate.

Dependencies

~290–740KB
~17K SLoC