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
- Host: GitHub
- URL: https://github.com/avitex/rust-aliasable-deref-trait
- Owner: avitex
- License: mit
- Created: 2019-11-08T04:33:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T10:16:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T13:11:20.325Z (3 months ago)
- Topics: no-std, rust-lang
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/avitex/rust-aliasable-deref-trait/actions?query=workflow:build)
[](https://codecov.io/gh/avitex/rust-aliasable-deref-trait)
[](https://crates.io/crates/aliasable_deref_trait)
[](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"
```