Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 267 Bytes

libpromises

A micro portable promise c library, very useful in embedded projects.

This lib has been optimized to take as little memory as possible, it exclusively follows BYOB (Bring your own buffer).

Please see libpromises/tests/ for sample usage.