Implementing libraries
SeeCreate Library Packagesfor advice on how to implement a library package, including:
- How to organize library source code.
- How to use the
exportdirective. - When to use the
partdirective. - When to use the
librarydirective. - How to use conditional imports and exports to implementa library that supports multiple platforms.