Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…at.jl into master
  • Loading branch information
m-wells committed Sep 3, 2020
2 parents efa04db + e3ba5a1 commit 9314a70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ julia:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- nightly
notifications:
email: false
Expand Down
11 changes: 8 additions & 3 deletions README.md
@@ -1,7 +1,12 @@
# AlignedBinaryFormat
![Travis (.org)](https://img.shields.io/travis/m-wells/AlignedBinaryFormat.jl?logo=travis&style=for-the-badge)
![Coveralls github](https://img.shields.io/coveralls/github/m-wells/AlignedBinaryFormat.jl?logo=coveralls&style=for-the-badge)
![Codecov](https://img.shields.io/codecov/c/github/m-wells/AlignedBinaryFormat.jl?logo=codecov&style=for-the-badge)
<p>
<a href="https://travis-ci.com/github/m-wells/AlignedBinaryFormat.jl" alt="build status">
<img src="https://img.shields.io/travis/m-wells/AlignedBinaryFormat.jl?logo=travis&style=for-the-badge" /></a>
<a href="https://coveralls.io/github/m-wells/AlignedBinaryFormat.jl" alt="code coverage">
<img src="https://img.shields.io/coveralls/github/m-wells/AlignedBinaryFormat.jl?logo=coveralls&style=for-the-badge" /></a>
<a href="https://codecov.io/gh/m-wells/AlignedBinaryFormat.jl" alt="code coverage">
<img src="https://img.shields.io/codecov/c/github/m-wells/AlignedBinaryFormat.jl?logo=codecov&style=for-the-badge" /></a>
</p>

This package provides a simple (yet powerful) interface to handle [memory mapped](https://docs.julialang.org/en/v1/stdlib/Mmap/#Memory-mapped-I/O-1) data.
The "data" must be in the form of `Array`s and `BitArray`s) (although I may later support a `Table` interface).
Expand Down

0 comments on commit 9314a70

Please sign in to comment.