PackageTrack
Sign in Get early access

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 2026
2025 2026
Release Pre-release

Releases

latest 13
  1. 0.3.8 03 Aug 2026
    Release notes

    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)
    Open source →
    Release notes

    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)
    Open source →
  2. 0.3.7 27 Mar 2026
    Release notes

    Other

    • Reach 100% coverage in Cohen-Sutherland (#30)
    Open source →
    Release notes

    Other

    • Reach 100% coverage in Cohen-Sutherland (#30)
    Open source →
  3. 0.3.6 27 Mar 2026
    Release notes

    Other

    • (deps) bump codecov/codecov-action in the github-actions group (#28)
    • reflect move from joshka to ratatui (#29)
    • (deps) bump bitflags in the rust-dependencies group (#27)
    • (deps) bump actions/checkout in the github-actions group (#25)
    Open source →
    Release notes

    Other

    • (deps) bump codecov/codecov-action in the github-actions group (#28)
    • reflect move from joshka to ratatui (#29)
    • (deps) bump bitflags in the rust-dependencies group (#27)
    • (deps) bump actions/checkout in the github-actions group (#25)
    Open source →
  4. 0.3.5 29 Nov 2025
    Release notes

    Other

    • use trusted-publising (#24)
    • set edition 2024 and msrv 1.85 (#23)
    • (deps) bump actions/checkout in the github-actions group (#22)
    • (deps) bump bitflags in the rust-dependencies group (#21)
    • (deps) bump bitflags in the rust-dependencies group (#18)
    • fix clippy install (#19)
    Open source →
    Release notes

    Other

    • use trusted-publising (#24)
    • set edition 2024 and msrv 1.85 (#23)
    • (deps) bump actions/checkout in the github-actions group (#22)
    • (deps) bump bitflags in the rust-dependencies group (#21)
    • (deps) bump bitflags in the rust-dependencies group (#18)
    • fix clippy install (#19)
    Open source →
  5. 0.3.4 28 Sep 2025
    Release notes

    Other

    • (deps) bump bitflags in the rust-dependencies group (#17)
    • (deps) bump actions/checkout in the github-actions group (#16)
    • (deps) bump rstest in the rust-dependencies group (#14)
    Open source →
    Release notes

    Other

    • (deps) bump bitflags in the rust-dependencies group (#17)
    • (deps) bump actions/checkout in the github-actions group (#16)
    • (deps) bump rstest in the rust-dependencies group (#14)
    Open source →
  6. 0.3.3 19 May 2025
    Release notes

    Other

    • (deps) use bitflags 2.9 instead of 2.9.0 (#12)
    Open source →
    Release notes

    Other

    • (deps) use bitflags 2.9 instead of 2.9.0 (#12)
    Open source →
  7. 0.3.2 13 May 2025
    Release notes

    Other

    • add badges to readme (#10)
    • update readme from lib.rs
    • fix lints and docs (#9)
    • add CI for no_std (#7)
    Open source →
    Release notes

    Other

    • add badges to readme (#10)
    • update readme from lib.rs
    • fix lints and docs (#9)
    • add CI for no_std (#7)
    Open source →
  8. 0.3.1 13 May 2025
    Release notes

    Other

    • add better tests (#5)
    Open source →
    Release notes

    Other

    • add better tests (#5)
    Open source →
  9. 0.3.0 11 May 2025
    Release notes

    Other

    • tidy up tests and impl of cohen_sutherland
    Open source →
    Release notes

    Other

    • tidy up tests and impl of cohen_sutherland
    Open source →
  10. 0.2.2 11 May 2025
    Release notes

    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
    Open source →
    Release notes

    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
    Open source →
  11. 0.2.1 20 Nov 2024
    Release notes

    💼 Other

    • Update readme
    Open source →
  12. 0.2.0 20 Nov 2024
    Release notes

    💼 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
    Open source →
  13. 0.1.0 18 Nov 2024
    Release notes

    💼 Other

    • Initial implementation of Cohen Sutherland algorithm

    <!-- generated by git-cliff -->

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive