simple-mutex 1.1.0

A simple mutex, faster than std and smaller than parking_lot
Documentation
# Version 1.1.0

- Make locking fair.
- Add `MutexGuard::source()`.

# Version 1.0.1

- Yield threads before going to sleep

# Version 1.0.0

- Initial version