diff --git a/src/root.zig b/src/root.zig index eceb3c92f99080838d87151013dd3e11e7824a5f..e6c0e438a4bb4bec219cbc45984250565216b934 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,5 +1,6 @@ const std = @import("std"); -const ucd = @import("unicode-ucd"); + +pub const ucd = @import("unicode-ucd"); pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool { @setEvalBranchQuota(100_000);