facebook / starlark-rust

A Rust implementation of the Starlark language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No support for bytes

ndmitchell opened this issue · comments

From the spec:

A bytes is an immutable sequence of values in the range 0-255. The type of a bytes is "bytes".

We don't yet support bytes.

Probably good to double check with this that we support byte string literals with this as well, then.