https://github.com/htfy96/d-rlib
A dependency-free implementation of memcpy/memset/memcmp in D
https://github.com/htfy96/d-rlib
Last synced: 4 months ago
JSON representation
A dependency-free implementation of memcpy/memset/memcmp in D
- Host: GitHub
- URL: https://github.com/htfy96/d-rlib
- Owner: htfy96
- License: bsl-1.0
- Created: 2018-07-20T09:00:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T12:20:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T18:52:46.371Z (over 1 year ago)
- Language: D
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d-rlib

A dependency-free library of `memcpy/memcmp/memset` in D.
This project aims to be a foundation for those libc-free project, since with `-betterC` the compiler still require these symbols to work.
Currently tested with dmd and ldc. However with `dmd` the visibility of exported symbols is not correctly marked as "hidden".