melonedo / zig-tls12

HTTP client capable of TLS 1.2.
MIT License
27 stars 5 forks source link

Provide the zig-tls as a module rather than static library #3

Closed Cloudef closed 9 months ago

Cloudef commented 9 months ago

Since this is a purely zig library that does not expose C api, exposing it as a zig module would make more sense.

melonedo commented 9 months ago

Can you elaborate on this a little? I am not sure what static library means here. Also, any PR to packaging is welcomed since I am new to zig.

---Original--- From: "Jari @.> Date: Sat, Jan 27, 2024 13:47 PM To: @.>; Cc: @.***>; Subject: [melonedo/zig-tls12] Provide the zig-tls as a module rather thanstatic library (Issue #3)

Since this is a purely zig library that does not expose C api, exposing it as a zig module would make more sense.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Cloudef commented 9 months ago

Pushed PR :)