17 unstable releases

new 0.11.1 Dec 21, 2024
0.10.1 Oct 21, 2024
0.10.0 Sep 8, 2023
0.9.0 Jun 29, 2023
0.3.0 Mar 31, 2022

#375 in Procedural macros

Download history 3069/week @ 2024-08-31 3482/week @ 2024-09-07 5591/week @ 2024-09-14 4749/week @ 2024-09-21 5038/week @ 2024-09-28 6037/week @ 2024-10-05 4958/week @ 2024-10-12 5550/week @ 2024-10-19 5942/week @ 2024-10-26 3345/week @ 2024-11-02 4348/week @ 2024-11-09 3400/week @ 2024-11-16 3643/week @ 2024-11-23 4652/week @ 2024-11-30 4601/week @ 2024-12-07 5018/week @ 2024-12-14

18,369 downloads per month
Used in 80 crates (2 directly)

MIT/Apache

145KB
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