summaryrefslogtreecommitdiff
path: root/src/length.rs
AgeCommit message (Collapse)Author
2020-10-10Switch back to custom geometry types, unified with layout primitives 🏞Laurenz
2020-10-03Int, Float, Relative and Linear values 🍉Laurenz
2020-08-30Format everything with rustfmt! 💚Laurenz
2020-08-03Formatting, documentation and small improvements 🧽Laurenz
2020-08-02Refactor argument parsing 🔬Laurenz
2020-08-01Raw lengths 🚲Laurenz
Replace unitless length with raw f64 and introduce length type with unit.
2020-07-29Move, rename and switch some things (boring) 🚚Laurenz
- Problems -> Diagnostics - Position -> Pos - offset_spans -> Offset trait - Size -> Length (and some more size types renamed) - Paper into its own module - scope::Parser -> parsing::CallParser - Create `Decorations` alias - Remove lots of double newlines - Switch from f32 to f64