This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
Releases: google/starlark-rust
Releases · google/starlark-rust
0.3.1
0.2.0
Grab release 0.2.0 from https://crates.io
Breaking changes:
- Mutation during iteration are no longer allowed.
- The REPL is in its own crate now.
- string * bool are no longer allowed.
- repr() now uses double quotes.