/examples

Several Conan examples as resources for documentation or blog posts

Primary LanguagePythonMIT LicenseMIT

Build Status Build Status AppVeyor

Conan Examples

Several conan examples, to extend the docs.

Examples

Workspace

Example how to use Conan Workspaces.

Documentation: https://docs.conan.io/en/latest/developing_packages/workspaces.html

Serializing your data with Protobuf

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

Using Facebook Folly with Conan

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

How can I reproduce the build steps?

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:

In addition, you should be able to inspect our logs by clicking on the badges at the top of this file.

LICENSE

MIT