ByteOr workspace map
Synced from repo docs
This page is synced from docs/guides/workspace-map.md via docs/public-docs.json. Edit the owning repo source instead of this generated copy. GitHub source: https://github.com/byteor-systems/byteor/blob/master/docs/guides/workspace-map.md
This page ties the public OSS crates to the docs pages and rustdoc entry points you should start from.
Public workspace crates
Internal or non-published workspace members
byteor-pipeline-macrosis currentlypublish = falseand should be treated as internal workspace scaffolding, not a public API contract.apps/byteor-example,bench/byteor-bench, andxtaskare useful workspace tools, but they are not the core public API entry points for OSS consumers.
Recommended reading paths
If you are trying to understand...
- the stable spec contract: start with
byteor-pipeline-spec. - the authoring-to-runtime path: move from
byteor-pipeline-plantobyteor-pipeline-lowertobyteor-pipeline-spec. - runtime execution and SHM attachment: move from
byteor-pipeline-kerneltobyteor-transport-shmtobyteor-pipeline-exec. - C-facing integration: start with
byteor-abiand the generatedspec/byteor_v1.hheader.
Use ../reference/rustdoc.md for the public rustdoc landing page and ../reference/release-versioning.md for release-line expectations across docs, headers, and rustdoc.