Current section
Files
Jump to
Current section
Files
lib/archive/.Elixir.Archive.Entry.zig
// this code is autogenerated, do not check it into to your code repository
// ref lib/archive/nif.ex:14
const archive = @cImport({
@cInclude("archive.h");
});
const archive_entry = @cImport({
@cInclude("archive_entry.h");
});
const beam = @import("beam");
pub const ArchiveResource = beam.Resource(archive.archive, archive, .{});
pub const ArchiveEntryResource = beam.Resource(archive.archive_entry, archive_entry, .{});