blueprint-std 0.2.0-alpha.3

Re-exports of core/std for Tangle Blueprints
Documentation

blueprint-std

Shared std/core/alloc exports and utilities used across Blueprint crates.

What it includes

  • Re-exports for alloc, core, and std (feature-aware).
  • Convenience modules for IO/error and synchronization helpers.
  • Shared random/perf-trace helpers used by other workspace crates.

When to use

Use inside workspace crates when you want consistent std/no-std compatible imports.

Related links