[package] name = "relend" version = "0.1.2" edition = "2021" description = "A generalized reborrowing mechanism that extends beyond simple references. It also allows for implementing traits that work with reborrowing for custom types." license = "MIT" [dependencies] seq-macro = "0.3.5"