This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
0.1.2
- Improve error messages when an attribute is written with invalid syntax
- Support checking feature values just by juxtaposition, for example
target_arch "wasm32" && target_os "unknown"
equivalent totarget_arch = "wasm32" && target_os = "unknown"
(#2)