Skip to content

Instantly share code, notes, and snippets.

View lulcat's full-sized avatar

lul cat. lulcat

  • Mundo del Locos
  • Mundo del Locos
View GitHub Profile
@lulcat
lulcat / zstd.d
Created April 14, 2022 01:17
zstd.di (saved as .d) generated with dstep from {zstd_source_root_v1.5.2}/lib/zstd.h with some tidying up and fixes. Don't recall if I finished all 'fixing up' though.
module zstd.c.zstd;
// I am leaving comments in in this version so people can see what was done.
// extern (D) string ZSTD_QUOTE(T)(auto ref T str)
// {
// import std.conv : to;
// return to!string(str);
// }