Cargo Features

element-ptr-macro has no features set by default.

[dependencies]
element-ptr-macro = { version = "0.0.2", features = ["quote_into_hack"] }
quote_into_hack

Enables a performance optimization that relies on private api in the quote crate. If a quote_into macro ever gets added, this will be able to be removed.