Skip to content

Commit

Permalink
std.compress.zstandard: clean up api
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiller committed Jan 23, 2023
1 parent 4c43db4 commit 438fe00
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 101 deletions.
1 change: 1 addition & 0 deletions lib/std/compress/zstandard.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const std = @import("std");

pub const decompress = @import("zstandard/decompress.zig");
pub usingnamespace @import("zstandard/types.zig");

test "decompression" {
const uncompressed = @embedFile("testdata/rfc8478.txt");
Expand Down
Loading

0 comments on commit 438fe00

Please sign in to comment.