use-go-keyword
Go keyword and predeclared identifier primitives for RustUse.
Experimental
use-go-keyword is experimental while use-go remains below 0.3.0.
Example
use ;
let keyword: GoKeyword = "func".parse?;
assert_eq!;
assert!;
assert!;
# Ok::
Scope
- Go keyword labels with source spelling.
- Common Go predeclared identifiers.
- A small reserved-word wrapper for keyword or predeclared identifier membership.
Non-goals
- Identifier validation.
- Go source-code parsing.
- Version-specific language feature decisions.
License
Licensed under either Apache-2.0 or MIT.