enum-ptr icon indicating copy to clipboard operation
enum-ptr copied to clipboard

Ergonomic tagged pointer

Results 2 enum-ptr issues
Sort by recently updated
recently updated
newest added

- [x] Remove unit variant support and named variant support - [x] Support generic type params - [x] Change `Aligned::Pointee` to `Aligned::ALIGNMENT` - [x] Support `Rc` and `Arc` - [x]...

Hi, thank you for making this crate. I'd find it very useful to return refernces from `map_ref`, like this: ```rust struct Bar { inner: u32, } #[derive(EnumPtr)] #[repr(C, usize)] enum...