Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZILtoid1991/bindbc-zstandard
Configurable dynamic and static binding to Facebook's zstandard compression library.
https://github.com/ZILtoid1991/bindbc-zstandard
Last synced: about 1 hour ago
JSON representation
Configurable dynamic and static binding to Facebook's zstandard compression library.
- Host: GitHub
- URL: https://github.com/ZILtoid1991/bindbc-zstandard
- Owner: ZILtoid1991
- License: bsl-1.0
- Created: 2018-12-25T22:45:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T17:05:20.000Z (over 5 years ago)
- Last Synced: 2024-08-04T01:05:00.805Z (4 months ago)
- Language: D
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d - bindbc-zstandard
README
# bindbc-zstandard
Configurable dynamic and static binding to Facebook's zstandard compression library.Created by Laszlo Szeremi ([email protected] https://twitter.com/ziltoid1991 https://ko-fi.com/D1D45NEN https://www.patreon.com/ShapeshiftingLizard)
# Current status
* DLL works without an issue under Windows.
* Other OSes are untested, and you'll need to specify the shared object files due to my lack of knowledge on their default locations. Feel free to make a pull request in that regard.
* Versions 1.3 and onwards are supported. Older versions are not planned.
* Certain static-only functions haven't been linked. If you need them, you can add them.