authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-26 21:34:08 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-26 21:34:08 -07:00
logcd5a750bf6d58fa355efe2223c3f9c0626198f13
tree31db2ced497e5f1b469a6ff2bee5df9166de0e37
parentb55a218f33b3a9d93bb7bfc32463ec3f831dbb1e
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

Dir: expose Iterator.Entry.Type so consumers don't need sys


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

Dir.zig+2
...@@ -176,6 +176,8 @@ pub const Iterator = struct {...@@ -176,6 +176,8 @@ pub const Iterator = struct {
176 pub const Entry = struct {176 pub const Entry = struct {
177 name: [:0]const u8,177 name: [:0]const u8,
178 type: sys.DT,178 type: sys.DT,
179
180 pub const Type = sys.DT;
179 };181 };
180};182};
181183