Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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