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
/
anstyle
/
src
/
macros.rs
blob: f19666e6c349d8806ecb6d19219467ac8dda19ea (
plain
)
1
2
3
4
5
macro_rules! escape { ($($inner:expr),*) => { concat!("\x1B[", $($inner),*, "m") }; }