bb-ir 0.3.3

Foundation IR types for the bytesandbrains framework — prost-generated ONNX + `bb.core` proto bindings.
docs.rs failed to build bb-ir-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Foundation IR crate. Hosts prost-generated ONNX + bb.core bindings and the cross-crate types every other crate depends on:

  • [ids] — PeerId, NodeSiteId, OpRef, ComponentRef, ExecId, CommandId, RequestId.
  • [wire] — TypeNode denotations + canonical statics.
  • [tensor] — Scalar, Tensor traits + Dense<T> storage.
  • [slot_value] — universal SlotValue trait.
  • [atomic] — AtomicOpsetDecl, AtomicOpDecl, AtomicOpKind.