blueprint-std 0.2.0-alpha.3

Re-exports of core/std for Tangle Blueprints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/std