- Use the
async-lock
crate as the locking mechanism. (#14)
- Remove the unnecessary
simple-mutex
dependency. (#10)
- Fix typos in the docs.
- Forbid unsafe code.
- Make the inner
std::sync::Arc
public.
- Implement
AsyncSeek
forArc
,Mutex
, and&Mutex
.
- Fix failing tests.
- Initial version