Pin Project Lite Versions Save

A lightweight version of pin-project written with declarative macros.

v0.2.14

2 months ago
  • Document PinnedDrop. (#83, thanks @jbr)

v0.2.13

9 months ago
  • Allow attributes in impl and method of PinnedDrop implementation.

v0.2.12

9 months ago
  • Work around an issue where the projected types/methods appear in the documentation as if they were part of the public API if the visibility is not correctly parsed due to the rustc bug. See #77 for details.

v0.2.11

9 months ago
  • Add support for #[project(!Unpin)]. This is equivalent to pin-project's !Unpin option. (#76, thanks @matheus-consoli)

v0.2.10

10 months ago
  • Inline project methods. (#74, thanks @EFanZh)

v0.2.9

2 years ago
  • Improve compile time of pin_project! calls. (#71, thanks @nnethercote)

v0.2.8

2 years ago
  • Fix handling of trailing commas in PinnedDrop impl. (#64, thanks @Michael-J-Ward)

v0.2.7

2 years ago

v0.2.6

3 years ago
  • Support item attributes in any order. (#57, thanks @SabrinaJewson)

v0.1.12

3 years ago