- InertAtomic replaced atomic_inert! for improved tooling support
- atomic_defaults! is easier to type out than to explain in a docstring
- Changed rustfmt config to better support tiny functions such as as_any
- Import paths are now vname and not sym
- Imports and exports accept multiple space-delimited operators in []
as a result, we can now reliably import and export the operator *
- error reporting ergonomics
- strings are now made of graphemes
- char is no longer a literal type
- preliminary binary support
- added implicit extraction methods for primitives
- added explicit extraction method for atoms
Nothing has been tested yet