aliasable_deref_trait 1.0.0

Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![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"
```