We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0d90e commit 78e8263Copy full SHA for 78e8263
README.md
@@ -1,5 +1,7 @@
1
# bencode.hpp
2
3
+[![Travis build status][travis-image]][travis-link]
4
+
5
**bencode.hpp** is a small, header-only C++ library for parsing and generating
6
[bencoded](https://en.wikipedia.org/wiki/Bencode) data.
7
@@ -103,3 +105,6 @@ memory will live until the encoding function returns.
103
105
## License
104
106
107
This library is licensed under the BSD 3-Clause license.
108
109
+[travis-image]: https://travis-ci.org/jimporter/bencode.hpp.svg?branch=master
110
+[travis-link]: https://travis-ci.org/jimporter/bencode.hpp
0 commit comments