facebook/starlark-rust

No support for bytes

ndmitchell opened this issue · 1 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.