Commit Graph

3 Commits

Author SHA1 Message Date
Christopher Arndt 3915638e73
feat: stream-line API and fix minor wrapping errors (#1)
* Rename types:
   * `ptr` types have no suffix (e.g. `ClientP` -> `Client`)
   * normal object types hyve a `T` suffix, if needed (e.g. `Port` -> `PortT`)
   * Constants also use CamelCase (UPPER_CASE can still be used).
* Make functions returning an error discardable
* Add missing return types for some functions.

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2025-01-20 02:16:38 +01:00
Christopher Arndt ad7014da09 Use proper exit status enum value 2024-05-21 18:15:51 +02:00
Christopher Arndt 70c7782f5b feat: add passthru client example
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-05-15 00:01:39 +02:00