copybook-safe-text 0.4.3

Panic-safe text parsing and string helper functions
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 6 items with examples
  • Size
  • Source code size: 13.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 496.89 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/copybook-rs
    0 0 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

copybook-safe-text

Panic-safe helpers for parsing textual inputs and working with string buffers.

This crate owns narrowly scoped helpers that avoid panics and map failures into copybook_error::Error with explicit codes.

Public API

  • parse_usize
  • parse_isize
  • safe_parse_u16
  • safe_string_char_at
  • safe_write
  • safe_write_str

These helpers are used by higher-level panic-safe utility crates to keep parse and string operations fully fallible.