| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Better to know something even if it isn't always formatted in the prettiest way
|
|
|
|
json, toml, yaml via serde (#1935)
|
|
|
|
- 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
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
|
|
Fixes #1231
|
|
|
|
|
|
|
|
|
|
(#890)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|