typst/crates/typst-docs
Laurenz b8b0137504 Bytes type
- 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-08-04 15:46:46 +02:00
..
src Bytes type 2023-08-04 15:46:46 +02:00
Cargo.toml Move everything into crates/ directory 2023-07-02 20:07:43 +02:00