diff options
author | Till Hoeppner | 2015-06-11 22:10:20 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-11 22:10:20 +0200 |
commit | cb6a4e2d24616c680a3793b0f92ec0f2f6df00db (patch) | |
tree | 56553c5102918a6d56eecea43dc3ba1c99c02e06 | |
parent | 17edc45c506927f48f1858e0ba67161a31708032 (diff) | |
download | ilc-cb6a4e2d24616c680a3793b0f92ec0f2f6df00db.tar.gz ilc-cb6a4e2d24616c680a3793b0f92ec0f2f6df00db.tar.xz ilc-cb6a4e2d24616c680a3793b0f92ec0f2f6df00db.zip |
Start README
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ -ilc 0.0.1 +ilc ========= +**So... what is this thing?** + +ilc is *supposed to be* a library to work with common IRC log formats, as well as a collection +of commonly needed utilities for IRC logs. + +**Supposed to be? What can it do for me now?** + +The library can convert between most of the EnergyMech and Weechat3 log formats. +The tools can pretty-print them, and count the lines/words that people said in them. +They're not really configurable yet, so you'd have to recompile it for that... <sup><sup>yesiknowitsucks</sup></sup> + +**Are you stupid? Why Rust?** + +Uhh, actually... that may have been a suboptimal choice. Nobody cares about performance here +anyways. But it was what I started with, and I didn't feel like rewriting it. + |