index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
logos-codegen
/
tests
/
data
/
simple
/
input.rs
blob: d2f0517d6fd3e012dabd9d57633612d5a33fce7a (
plain
)
1
2
3
4
5
#[derive(Logos, Debug, Clone, Copy, PartialEq)] enum Token { #[regex("a-z")] Letter, }