• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rust-lang / regex / 1735
93%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2018 01:31PM UTC
Jobs 1
Files 23
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1735

push

travis-ci

BurntSushi
regex: expose lower level search APIs

This commit exposes two new areas of API surface:

  1. A new `captures_read` method which provides a way to access the
     offsets of submatches while amortizing the allocation of the
     space required to store those offsets. Callers should still of
     course prefer to use the higher level `captures` method, but if
     performance dictates, this lower level API may be useful.
  2. New "at" variants of
     shortest_match/is_match/find/captures/captures_read that permit
     controlling where the start of a search begins within a slice.
     This is typically useful for controlling the match semantics of
     look-around operators such as `^` and `$`, and are necessary for
     implementing non-overlapping iterators.

Fixes #219

3705 of 4292 relevant lines covered (86.32%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1735.4 18 Jul 2018 01:31PM UTC 0
86.32
Travis Job 1735.4
Source Files on build 1735
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1735
  • 2918aab4 on github
  • Prev Build on master (#1734)
  • Next Build on master (#1736)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc