summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/compute/mod.rs
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-10-02Add capability to get current compiler version (#2016)T0mstone
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-08-30Support CBOR binary serialization / deserialization (#2000)Beiri22
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-21Wasm plugin system (#1555)astrale-sharp
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