hcl-primitives: v0.1.0
0.1.0 (2023-05-02)
⚠ BREAKING CHANGES
- ident:
Ident::new
now returnsIdent
instead ofResult<Ident, Error>
and will panic if an invalid identifier is encountered. UseIdent::try_new
instead to get the old behaviour.
Ident::new
now returns Ident
instead of Result<Ident, Error>
and will panic if an invalid identifier is encountered. Use Ident::try_new
instead to get the old behaviour.