Commit Graph

5 Commits

Author SHA1 Message Date
Christopher Arndt f05bbbd294 fix: examples require threading package
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2025-01-23 02:58:11 +01:00
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 20aed9e373 docs: clean up & improve readme
docs: move section from readme to todo

docs: change proejct description
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-23 17:30:16 +01:00
Christopher Arndt b08a79b8dd fix: use standard nimble package structure
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-10 21:11:19 +02:00
Christopher Arndt 5a6a55f071 feat: add simple nimble file
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 04:43:00 +02:00