grapheme-stdlib 0.7.1

Standard library operation implementations for Grapheme
docs.rs failed to build grapheme-stdlib-0.7.1
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.
Visit the last successful build: grapheme-stdlib-0.6.1

Grapheme standard library operation implementations.

These modules provide default host-backed operation behavior used by runtime dispatch and SDK default execution paths.

Feature layers

  • default (host): network/DB/email modules plus transforms (current product path).
  • wasm / transforms: Wasm-safe pure transforms (csv, yaml, html) plus always-on core / json. Use this profile for wasm32-wasip1 / Stage B containers.
  • capability modules: data, pdf, image, plot, media remain opt-in.

See docs/internal/rfc/rfc-0005-wasm-compilable-stdlib-v1.md.