authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:04:25 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 16:04:25 -07:00
logff9a93020e0dc74dd5dcca2a42602cb5cf748e8d
tree7547acf250d179cf5964970ae9ee507ac43da4ba
parentf28c19ea0856313bbd67a61fb218a065559c44b5
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

make the ucd decl pub


1 files changed, 2 insertions(+), 1 deletions(-)

src/root.zig+2-1
...@@ -1,5 +1,6 @@...@@ -1,5 +1,6 @@
1const std = @import("std");1const std = @import("std");
2const ucd = @import("unicode-ucd");2
3pub const ucd = @import("unicode-ucd");
34
4pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool {5pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool {
5 @setEvalBranchQuota(100_000);6 @setEvalBranchQuota(100_000);