fn createModule(b: *Build, options: CreateModuleOptions) *Module

This function creates a private module, to be used by the current package, but not exposed to other packages depending on this one. addModule can be used instead to create a public module.

Parameters