Function rustpostal::setup[][src]

pub unsafe fn setup(component: LibModules)
👎 Deprecated since 0.2.0:

Please use the setup method in LibModules instead

Expand description

Setup the necessary libpostal components.

Safety

The method should be complemented by teardown to make the calling program safe.