opera 1.0.0

Marker types that are easy to understand
Documentation
1
2
3
4
5
6
7
8
# Opera

This Rust crate provides the marker types

- `PhantomNotSend`
- `PhantomNotSync`

which make the containing type `!Send` and `!Sync` respectively.