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

sunchao / parquet-rs / 58 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2017 12:17AM UTC
Files 16
Run time 0s
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

17 Apr 2017 12:09AM UTC coverage: 59.66% (-0.1%) from 59.802%
58.1

push

travis-ci

sunchao
Add BytePtr which is a slice on Rc<Vec<u8>>

In previous commit, many places we need to get a slice on the
Rc<Vec<u8>> type. As result, we added `offset` and `len` to many
function parameters, which is not so nice.

This changes `BytePtr`, which currently is a alias to `Rc<Vec<u8>>`, to
a struct that is a tuple of {Rc<Vec<u8>>, start, len}, which is equipped
with several operations such as getting a slice (another `BytePtr`) from
`BytePtr`.

2001 of 3354 relevant lines covered (59.66%)

0.6 hits per line

Source Files on job 58.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 58
  • Travis Job 58.1
  • 0ec3b3ff on github
  • Prev Job for on master (#57.1)
  • Next Job for on master (#59.1)
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