Example how to use Conan Workspaces.
Documentation: https://docs.conan.io/en/latest/developing_packages/workspaces.html
Demonstrate how to use Protobuf to serialize data between C++ and Python.
Blog Post: https://blog.conan.io/2019/03/06/Serializing-your-data-with-Protobuf.html
Demonstrate how to use Folly to validate an URI using Futures, FBString, Executors, and Format.
Blog Post: https://blog.conan.io/2018/12/03/Using-Facebook-Folly-with-Conan.html
All our examples can be built on Windows, Linux and Mac. If you are insterested to reproduce the examples in your enviroment, please follow the CI scripts:
- Linux / MacOS: travis.yml
- Windows: appveyor
In addition, you should be able to inspect our logs by clicking on the badges at the top of this file.