Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesperkha/buddy
The C library that treats you like a friend
https://github.com/jesperkha/buddy
Last synced: 19 days ago
JSON representation
The C library that treats you like a friend
- Host: GitHub
- URL: https://github.com/jesperkha/buddy
- Owner: jesperkha
- License: mpl-2.0
- Created: 2024-11-13T09:20:48.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T18:19:21.000Z (19 days ago)
- Last Synced: 2024-12-15T19:26:58.483Z (19 days ago)
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buddy
The C library that treats you like a friend.
## Progress
**Common**
- [ ] Strings (90%)
- [x] SringBuilder
- [ ] Filepath
- [ ] Allocator (missing heap)
- [x] Arena
- [x] Standard I/O
- [ ] Math
- [ ] Time and date
- [ ] List, Queue
- [ ] HashMap, Set**OS**
- [ ] Files
- [ ] Threads
- [ ] Device I/O**Environment**
- [ ] Build system
- [ ] Testing
- [ ] Parsing
- [ ] Meta / Generative**Networking**
- [ ] Sockets
- [ ] HTTP(S)
- [ ] Web Sockets