[![Build Status](https://github.com/avitex/rust-aliasable-deref-trait/workflows/build/badge.svg)](https://github.com/avitex/rust-aliasable-deref-trait/actions?query=workflow:build) [![Coverage Status](https://codecov.io/gh/avitex/rust-aliasable-deref-trait/branch/master/graph/badge.svg?token=X2LXHI8VYL)](https://codecov.io/gh/avitex/rust-aliasable-deref-trait) [![Crate](https://img.shields.io/crates/v/aliasable_deref_trait.svg)](https://crates.io/crates/aliasable_deref_trait) [![Docs](https://docs.rs/aliasable_deref_trait/badge.svg)](https://docs.rs/aliasable_deref_trait) # `trait AliasableDeref` **Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.** Documentation hosted on [docs.rs](https://docs.rs/aliasable_deref_trait). ```elixir aliasable_deref_trait = "1" ```