https://github.com/zig-community/libc-to-zig
Comparison between libc functions and their best fitting zig alternatives
https://github.com/zig-community/libc-to-zig
Last synced: about 1 year ago
JSON representation
Comparison between libc functions and their best fitting zig alternatives
- Host: GitHub
- URL: https://github.com/zig-community/libc-to-zig
- Owner: zig-community
- License: mit
- Created: 2021-03-28T00:17:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T11:14:45.000Z (about 5 years ago)
- Last Synced: 2024-11-08T11:46:29.999Z (over 1 year ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibC to Zig
Repository for site hosted at [libc-to-zig.netlify.app](https://libc-to-zig.netlify.app)
# File Structure
```sh
| - etc/ # all extra files
| - _sidebar.md # code for the sidebar
| - headers/ # header files
| - *_h.md # all the header docs
| - tips_tricks # tips and tricks
| - *.md # tips and tricks docs
| - README.md # README to the current repo
| - gen.js # script to generate files - ignore
| - index.html # entry html file
| - index.md # HOME page
```
# Building the Repo
The documentation uses [docsify.js](https://docsify.js.org/)
Have NodeJS installed. Then:
INSTALLATION:
Install docsify-cli:
```sh
npm i -g docsify-cli
```
Clone the repo:
```
git clone https://github.com/zig-community/libc-to-zig
```
DEV:
```
docsify serve libc-to-zig
```
BUILD:
```
docsify build libc-to-zig
```
# LICENSE
[MIT](./LICENSE)