diff options
| author | 2023-03-22 13:02:48 -0400 | |
|---|---|---|
| committer | 2023-03-22 13:02:48 -0400 | |
| commit | 05a16301b18497df1de9632bbb66c36cfb8b7f3a (patch) | |
| tree | fd4bb14302852235b82ec5b6ab58fe3809343c0d /README.md | |
| parent | native: misc typos (diff) | |
readme: update readme progress
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ Janet Curl (secretly Jean Curl) A libcurl easy API wrapper for Janet. It's divided into two components: `jurl-native`, which holds the low level C interfacing, and the high level `jurl` janet wrapper. +`jurl-native` is relatively feature-complete and is now mostly in maintenance mode. +Potential improvements are: +* gate additional features behind version checks +* implement the (very) few curl_easy things still left out (mostly things that I can't think of a sane way to represent) + +`jurl` is under active construction. + +## Jurl +A higher level API that's currently in construction. + ## Jurl-Native `jurl-native` attempts to implement as much of libcurl's easy API in as direct a manner as possible. |
