docs.rs failed to build tenso-ffi-0.24.0
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.
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.
tenso-ffi: stable C ABI over tenso (extern "C", tenso_-prefixed).
Mode A (caller-allocates): tenso_dense_required_size + ..encode_dense_into.
Mode B (core-allocates): tenso_decode returns an opaque TensoView freed
by tenso_view_free. cbindgen regenerates include/tenso.h from these sigs.
Safety: incoming pointers are untrusted; null / (ptr,len) mismatches yield
TENSO_ERR_NULL (or NULL) + a thread-local message. No panic crosses the
boundary — core calls are wrapped in catch_unwind.