refid

Crates.iorefid
lib.rsrefid
version0.2.1
sourcesrc
created_at2021-10-30 23:58:00.263077
updated_at2021-11-05 20:31:18.579635
descriptionNewtype enabling identity comparison (e.g. through pointer equality)
homepage
repository
max_upload_size
id474549
size10,234
Björn Swierczek (bswrczk)

documentation

README

Changelog

  • Version 0.2.1
    • added implementations for std::rc::Weak and std::sync::Weak
    • added ByIdDeref wrapper
  • Version 0.2.0
    • renamed RefId to ById
    • use new trait Id to determine identity, instead of Deref and pointer comparison
  • Version 0.1.0
    • derive Copy for RefId
  • Version 0.0.3
    • minor fix in documentation
  • Version 0.0.2
    • support smart pointers (through Deref)
  • Version 0.0.1
Commit count: 0

cargo fmt