regex-pool 0.1.1

Thread-safe reusable object pooling extracted from regex-automata.
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented1 out of 5 items with examples
  • Size
  • Source code size: 70.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 519.96 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: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • fuchsnj/regex_pool
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fuchsnj

regex-pool

regex-pool is a minimal crate containing the reusable pool implementation from rust-lang/regex.

This repository is a fork/copy of that pool code with a few minor local changes. It is intended for consumers that only need:

use regex_pool::util::pool::{Pool, PoolGuard};