An open API service indexing awesome lists of open source software.

https://github.com/avitex/rust-aliasable-deref-trait

Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer
https://github.com/avitex/rust-aliasable-deref-trait

no-std rust-lang

Last synced: 2 months ago
JSON representation

Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer

Awesome Lists containing this project

README

        

[![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 = "0.2.1"
```