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

#903 in Rust patterns

Download history 1901/week @ 2024-03-14 2073/week @ 2024-03-21 2609/week @ 2024-03-28 2730/week @ 2024-04-04 3158/week @ 2024-04-11 3211/week @ 2024-04-18 1893/week @ 2024-04-25 2235/week @ 2024-05-02 2217/week @ 2024-05-09 2221/week @ 2024-05-16 2220/week @ 2024-05-23 3401/week @ 2024-05-30 3204/week @ 2024-06-06 3718/week @ 2024-06-13 2464/week @ 2024-06-20 2467/week @ 2024-06-27

12,470 downloads per month
Used in 65 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

~0.4–0.8MB
~19K SLoC