3 releases

0.1.2 Dec 2, 2021
0.1.1 Dec 2, 2021
0.1.0 Dec 2, 2021

#1620 in Text processing

Download history 26/week @ 2024-02-19 4/week @ 2024-02-26 4/week @ 2024-03-11 51/week @ 2024-04-01

51 downloads per month

0BSD license

6KB
99 lines

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)

Comes with a free built-in client in main.rs.

JOIN THE FINGER REVIVAL!


lib.rs:

A finger client library

See RFC 1288, which this library loosely implements. The main difference is that it parses requests and responses as UTF-8 instead of (extended) ASCII.

Be mature.

Inspired by Elif Batuman's "The Idiot"

No runtime deps