15 unstable releases (7 breaking)

0.10.0 Sep 8, 2023
0.9.0 Jun 29, 2023
0.8.0 Feb 7, 2023
0.7.1 Dec 16, 2022
0.3.0 Mar 31, 2022

#264 in Procedural macros

Download history 394/week @ 2023-11-20 411/week @ 2023-11-27 716/week @ 2023-12-04 635/week @ 2023-12-11 632/week @ 2023-12-18 308/week @ 2023-12-25 608/week @ 2024-01-01 524/week @ 2024-01-08 861/week @ 2024-01-15 1255/week @ 2024-01-22 1172/week @ 2024-01-29 1249/week @ 2024-02-05 1340/week @ 2024-02-12 1162/week @ 2024-02-19 1082/week @ 2024-02-26 1425/week @ 2024-03-04

5,182 downloads per month
Used in 41 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

~330–780KB
~18K SLoC