Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Export a C library #4

Merged
merged 6 commits into from
Mar 1, 2024
Merged

Export a C library #4

merged 6 commits into from
Mar 1, 2024

Conversation

gatesn
Copy link
Contributor

@gatesn gatesn commented Mar 1, 2024

Currently only contains bit packing functions.

src/lib.zig Outdated
// BitPacking
comptime {
const BitPacking = @import("./bitpacking.zig").BitPacking;
for (.{u8}) |E| {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be missing things

@gatesn gatesn merged commit cf89d63 into develop Mar 1, 2024
2 checks passed
@gatesn gatesn deleted the ngates/clib branch March 1, 2024 15:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants