A little update.
- Added a 100% test coverage gate.
- Added new issue templates.
- Changed the internal implementation of working with cancellation tokens: added
DefaultToken
support. - Added some keywords to the package metadata.
- Now you can import
suby
both by expressions likeimport suby
andfrom suby import suby
. It's useful if you're using some type checking tools.