summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/compute/construct.rs
AgeCommit message (Collapse)Author
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-05fix typo in the to-bytes conversion (#2067)LU Jialin
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-29More type safety for spansLaurenz
2023-08-21Fix a few typosLaurenz
2023-08-21Wasm plugin system (#1555)astrale-sharp
2023-08-07Touch up docsLaurenz
2023-08-05Add support for opacities (#1844)Laurenz Stampfl
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-02Move everything into `crates/` directoryLaurenz