As of today starlark-rust forbids use of reserved keywords designated by the spec. However i have use case where the apis have a concept of async results and users can await (blocks the thread until the promise resolves) on them.
AFAIK there is no way to configure the starlark-rust parser to permit some of these based on configuration. Would the maintainers be open to making this configurable?