Crates.io | opera |
lib.rs | opera |
version | 1.0.1 |
source | src |
created_at | 2021-10-01 15:03:54.493591 |
updated_at | 2021-10-01 15:04:41.632797 |
description | Marker types that are easy to understand |
homepage | |
repository | https://github.com/mahkoh/opera |
max_upload_size | |
id | 459149 |
size | 5,286 |
This Rust crate provides the marker types
PhantomNotSend
PhantomNotSync
which make the containing type !Send
and !Sync
respectively.