Home Explore Blog CI



nix

1st chunk of `tests/functional/test-libstoreconsumer/README.md`
61aa4de303d1147ce6dbc9feffd384d7cd7df19688ff8c7200000001000000cd

A very simple C++ consumer of the libstore library.

  - Keep it simple. Library consumers expect something simple.
  - No build hook, or any other reinvocations.
  - No more global state than necessary.

Title: Simple C++ Consumer of libstore
Summary
This section describes a basic C++ consumer for the libstore library. The focus is on simplicity, avoiding build hooks, reinvocations, and unnecessary global state to provide a clear example for library users.