typst/crates/typst-cli/src
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
..
args.rs Reword CLI docs 2023-07-04 16:47:57 +02:00
compile.rs fix(cli): include export in compile time (#1816) 2023-08-03 00:31:28 +02:00
fonts.rs Bytes type 2023-08-04 15:46:46 +02:00
main.rs Move everything into `crates/` directory 2023-07-02 20:07:43 +02:00
package.rs Change package search and caching path 2023-08-01 00:59:40 +02:00
tracing.rs Move everything into `crates/` directory 2023-07-02 20:07:43 +02:00
watch.rs Add infrastructure for compiler warnings (#1731) 2023-07-19 12:52:47 +02:00
world.rs Bytes type 2023-08-04 15:46:46 +02:00