wolfram-export-core 0.6.0

Shared inventory + manifest plumbing for the wolfram-export-* crates
Documentation
# wolfram-export-core

Internal shared plumbing for the `wolfram-export-*` crate family.

This crate is not intended to be used directly. Depend on
[`wolfram-export`](https://crates.io/crates/wolfram-export) instead.

It hosts:

* The `ExportEntry` inventory record type (shared by native, margs, WSTP, and
  WXF modes).
* The `inventory::collect!` declaration that all four runtimes submit into.
* `exported_library_functions_association` — the builder that produces the
  `Association[name -> LibraryFunctionLoad[…], …]` expression used at both
  WSTP load time and WXF build time.

## Changelog

See [docs/CHANGELOG.md](docs/CHANGELOG.md).