https://github.com/pedropark99/zig-strings-examples
Documentation about strings in Zig. With some practical examples
https://github.com/pedropark99/zig-strings-examples
Last synced: 6 months ago
JSON representation
Documentation about strings in Zig. With some practical examples
- Host: GitHub
- URL: https://github.com/pedropark99/zig-strings-examples
- Owner: pedropark99
- Created: 2023-12-12T13:05:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T22:11:28.000Z (about 2 years ago)
- Last Synced: 2025-03-22T00:45:56.875Z (10 months ago)
- Language: Zig
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code examples of strings in Zig
I am using this repository to document and to store some practical examples that demonstrates concepts about strings in Zig. In other words, in the Zig programming language, strings are treated in a special manner, and because of that, a person comming from a different language might have some trouble in:
- understanding how exactly strings work in Zig;
- understanding how to do a specific string operation in Zig;
- understanding how strings in Zig differentiate from strings in other languages;
This repository seeks to document some of these concepts to help me learning this language. And I hope these examples might also help you too 😉.