diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 15:54:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 15:54:29 +0100 |
commit | 086a16870ee12664594ed47d5b8d06df280ea056 (patch) | |
tree | 8ac39c33ce06a1dc5d6d9bc664db53eca5751076 | |
parent | 99730d885fd26db9213bd29dfc9e8f6b75485951 (diff) |
List features
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,18 @@ All functions and macros are documented in cbs.h. CBS is very much inspired by Tsoding’s ‘Nob’. +## Features + +— Simple and easy to understand API +— Easy command building and execution +— Capturing of command output +— PkgConfig support +— Thread pool support +— Preprocessor-friendly variadic macros* + +*See the examples below + + ## Important This library works with the assumption that your compiled build script |