basalt-rs/bedrock
Add methods for programmitcally constructing `LanguageSet`
Aperta
#55 aperta il 26 feb 2026
enhancementgood first issue
Metriche repository
- Star
- (0 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Right now, it is painful to test things that rely on the language set. It would be nice to have some functions from the inner set be implemented.
Specifically, the FromIter trait should be implemented.
Also take a look to see if there's anything else that may be useful to implement for constructing a LanguageSet.