ethanhs / abserde

Generate fast JSON parsers based on type stubs
Apache License 2.0
13 stars 0 forks source link

Cannot use rust keywords as names #14

Open ethanhs opened 4 years ago

ethanhs commented 4 years ago

This is blocked by https://github.com/PyO3/pyo3/issues/743

ethanhs commented 4 years ago

The upstream is fixed, but we need to be careful in how we handle escaping.