summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/compute/data.rs
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-08-30Fix data loading display namesLaurenz
2023-08-30Support CBOR binary serialization / deserialization (#2000)Beiri22
2023-08-29More type safety for spansLaurenz
2023-08-25separate decode from string/bytes for all data functions; and encode for ↵Beiri22
json, toml, yaml via serde (#1935)
2023-08-07Remove outdated docs about toml() not supporting datetimes (#1874)Gokul Soumya
2023-08-05Decode image (#1810)Beiri22
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-02Move everything into `crates/` directoryLaurenz