@@ -5,6 +5,7 @@ Fast and simple file reading for Rust.
5
5
[ ![ Build Status] [ tr-img ]] [ tr ]
6
6
[ ![ Build Status] [ av-img ]] [ av ]
7
7
[ ![ Crates.io version] [ crate-img ]] [ crate ]
8
+ [ ![ Changelog] [ changelog-img ]] [ changelog ]
8
9
[ ![ Documentation] [ docs-img ]] [ docs ]
9
10
10
11
Filebuffer can map files into memory. This is often faster than using the
@@ -46,13 +47,15 @@ non-commercial use under the conditions given in the license. If you want to use
46
47
Filebuffer in your GPLv2-licensed software, you can add an [ exception] [ except ]
47
48
to your copyright notice.
48
49
49
- [ tr-img ] : https://travis-ci.org/ruuda/filebuffer.svg?branch=master
50
- [ tr ] : https://travis-ci.org/ruuda/filebuffer
51
- [ av-img ] : https://ci.appveyor.com/api/projects/status/kfacq5ul22hbnd9u?svg=true
52
- [ av ] : https://ci.appveyor.com/project/ruuda/filebuffer
53
- [ crate-img ] : https://img.shields.io/crates/v/filebuffer.svg
54
- [ crate ] : https://crates.io/crates/filebuffer
55
- [ docs-img ] : https://img.shields.io/badge/docs-online-blue.svg
56
- [ docs ] : https://docs.rs/filebuffer
57
- [ apache2 ] : https://www.apache.org/licenses/LICENSE-2.0
58
- [ except ] : https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs
50
+ [ tr-img ] : https://travis-ci.org/ruuda/filebuffer.svg?branch=master
51
+ [ tr ] : https://travis-ci.org/ruuda/filebuffer
52
+ [ av-img ] : https://ci.appveyor.com/api/projects/status/kfacq5ul22hbnd9u?svg=true
53
+ [ av ] : https://ci.appveyor.com/project/ruuda/filebuffer
54
+ [ crate-img ] : https://img.shields.io/crates/v/filebuffer.svg
55
+ [ crate ] : https://crates.io/crates/filebuffer
56
+ [ changelog-img ] : https://img.shields.io/badge/changelog-online-blue.svg
57
+ [ changelog ] : https://github.com/ruuda/filebuffer/blob/master/changelog.md#changelog
58
+ [ docs-img ] : https://img.shields.io/badge/docs-online-blue.svg
59
+ [ docs ] : https://docs.rs/filebuffer
60
+ [ apache2 ] : https://www.apache.org/licenses/LICENSE-2.0
61
+ [ except ] : https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs
0 commit comments