deoxxa / tbl

tiny bencode library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tbl - tiny bencode library

tbl is a tiny event driven bencode library written in C. API design is inspired by yajl.

features

  • fast
  • small
  • easy to use

build instructions

./waf configure
./waf

build variants

./waf --debug
./waf --release

run tests

./build/<variant>/test

licence

tbl is released under the ISC License

About

tiny bencode library


Languages

Language:C 100.0%