zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

add link to CPPZMQ tour to README #524

Closed egpbos closed 2 years ago

egpbos commented 2 years ago

Problem: a comprehensive documentation of cppzmq is missing from this repo.

Solution: add a link to the very extensive tour of cppzmq by @brettviren.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1380637239


Totals Coverage Status
Change from base Build 1372505280: 0.0%
Covered Lines: 801
Relevant Lines: 931

💛 - Coveralls
gummif commented 2 years ago

Thanks for that, that is way better than no documentation, even if written as a learning exercice.