force-send-sync 1.1.0

Unsafe wrappers to force Send and Sync.
Documentation
1
2
3
4
5
6
7
8
9
# Changelog


## 1.1.0


Anotate wrappers with `#[repr(transparent)]` in order to allow safe transmuting of e.g. `Vec<Send<T>>`.

## 1.0.0


Initial release