line-clipping
A simple crate implementing line and polygon clipping algorithms.
0.3.8
15M downloads/mo
#2479 most downloaded on crates.io
ratatui/line-clipping
What this package is like to depend on
Last release 20 days ago
03 Aug 2026
Ships on a steady schedule
a new release about every 4 months
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
13 releases · first in 2024
5 releases in the last 12 months
see the full history below
Release timeline
13 releases · Nov 2024 to Aug 2026Releases
latest 13-
0.3.803 Aug 2026Release notes
Open source →Other
- Add Sutherland-Hodgman polygon clipping algorithm (#38)
- (deps) bump bitflags from 2.13.0 to 2.13.1 in the rust-dependencies group (#37)
- (deps) bump actions/checkout from 6 to 7 in the github-actions group (#36)
- (deps) bump bitflags from 2.11.1 to 2.13.0 in the rust-dependencies group (#35)
- (deps) bump codecov/codecov-action from 6 to 7 in the github-actions group (#33)
Release notes
Open source →Other
- Add Sutherland-Hodgman polygon clipping algorithm (#38)
- (deps) bump bitflags from 2.13.0 to 2.13.1 in the rust-dependencies group (#37)
- (deps) bump actions/checkout from 6 to 7 in the github-actions group (#36)
- (deps) bump bitflags from 2.11.1 to 2.13.0 in the rust-dependencies group (#35)
- (deps) bump codecov/codecov-action from 6 to 7 in the github-actions group (#33)
-
0.3.727 Mar 2026 -
0.3.627 Mar 2026 -
0.3.529 Nov 2025 -
0.3.428 Sep 2025 -
0.3.319 May 2025 -
0.3.213 May 2025 -
0.3.113 May 2025 -
0.3.011 May 2025 -
0.2.211 May 2025Release notes
Open source →Added
- (no_std) make the crate
no_std-compatible
Fixed
- cleanup doc tests and formatting
Other
- add rustfmt config
- add git-cliff generated changelog
- (deps) bump bitflags in the rust-dependencies group (#2)
- add ci and release workflows
🚀 Features
- (no_std) Make the crate
no_std-compatible
🐛 Bug Fixes
- Cleanup doc tests and formatting
💼 Other
- Merge pull request #1 from j-g00da/no_std
feat(no_std): make the crate
no_std-compatible⚙️ Miscellaneous Tasks
- Add ci and release workflows
Release notes
Open source →Added
- (no_std) make the crate
no_std-compatible
Fixed
- cleanup doc tests and formatting
Other
- add rustfmt config
- add git-cliff generated changelog
- (deps) bump bitflags in the rust-dependencies group (#2)
- add ci and release workflows
🚀 Features
- (no_std) Make the crate
no_std-compatible
🐛 Bug Fixes
- Cleanup doc tests and formatting
💼 Other
- Merge pull request #1 from j-g00da/no_std
feat(no_std): make the crate
no_std-compatible⚙️ Miscellaneous Tasks
- Add ci and release workflows
- (no_std) make the crate
-
0.2.120 Nov 2024 -
0.2.020 Nov 2024Release notes
Open source →💼 Other
- Rename Line to LineSegment, make fields public
This makes it a little easier to use with Ratatui which already has two types named Line.
- Bump version to 0.2.0
-
0.1.018 Nov 2024Release notes
Open source →💼 Other
- Initial implementation of Cohen Sutherland algorithm
<!-- generated by git-cliff -->