Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Apr 21, 2024
1 parent 8fbe2de commit f3d8cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified docs/sources.tar
Binary file not shown.
6 changes: 3 additions & 3 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const std = @import("std");
const Allocator = std.mem.Allocator;
const testing = std.testing;

const cbor = @import("cbor.zig");
const parser = @import("parse.zig");
pub const cbor = @import("cbor.zig");
pub const parser = @import("parse.zig");
pub const cose = @import("cose.zig");
const build = @import("build.zig");
pub const build = @import("build.zig");

pub const Type = cbor.Type;
pub const DataItem = cbor.DataItem;
Expand Down

0 comments on commit f3d8cec

Please sign in to comment.