crossterm v0.4.0 Release Notes

    • ๐Ÿ”จ Internal refactoring (PR #2)
      • Improved public documentation
      • sys module is no longer public
    • ๐Ÿ›  Fixed examples link (PR #6)
    • ๐Ÿ“š Sync documentation style (PR #7)
    • โœ‚ Removed all references to the crossterm book (PR #8)
    • Replaced RAW_MODE_ENABLED with is_raw_mode_enabled (PR #9)
    • ๐Ÿ”€ Use SyncReader & InputEvent::CursorPosition for pos_raw() (PR #10)