Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 904 Bytes

examples.md

File metadata and controls

19 lines (13 loc) · 904 Bytes

Examples to provide modules while keeping headers

The section collects good examples to provide modules while keep headers.

  • bshoshany-thread-pool. The project is a good example for libraries to provide modules with keeping headers. Its README page also gives a very detailed explanation on how to use the wrapped modules. This is really good for beginners to understand how to adopt modules.

Examples to use modules natively

Following off are good examples to use modules natively. This is pretty helpful to give us a feeling about how to develop with modules natively.