commit 11e823c0334e35039130d5d9dc9dd744bdf98cbc parent 497e1a20dd27e548ec3826773c15e485e7d134e0 Author: alex wennerberg <alex@alexwennerberg.com> Date: Sat, 23 Apr 2022 22:57:56 -0700 markdown readme Diffstat:
A | README.md | | | 16 | ++++++++++++++++ |
D | README.txt | | | 17 | ----------------- |
2 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,16 @@ +finge.rs +======== + +A simple, 0-dependency finger client library. Sort of implements +[rfc1288](https://datatracker.ietf.org/doc/html/rfc1288) -- main difference is ASCII -> +UTF8 (which most finger servers I've encountered support) + +[on crates.io](https://crates.io/crates/fingers) + +Comes with a free built-in client in main.rs. + +JOIN THE FINGER REVIVAL! + +Contributing +------------ +git-send-email or git-request-pull my [public inbox](https://lists.flounder.online/patches/) diff --git a/README.txt b/README.txt @@ -1,17 +0,0 @@ -finge.rs -======== - -A simple, 0-dependency finger client library. Sort of implements -https://datatracker.ietf.org/doc/html/rfc1288 -- main difference is ASCII -> -UTF8 (which most finger servers I've encountered support) - -Crate: https://crates.io/crates/fingers - -Comes with a free built-in client in main.rs. - -JOIN THE FINGER REVIVAL! - -Contributing ------------- -git-send-email or git-request-pull my mailing list: -https://lists.flounder.online/patches/