- Switch from nix to rustix, for hopefully better portability
- Implemented AsRawFd for the Pty structs
- Complete rewrite of the API
- Tokio is now the only supported backend, enabled via the
async
feature
- Simplified the
Error
type to remove a bunch of unnecessary distinctions
- Bumped deps and moved to 2021 edition
- Initial release