3 releases

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

#1608 in Text processing

Download history 6/week @ 2024-02-15 23/week @ 2024-02-22 1/week @ 2024-02-29 1/week @ 2024-03-07 3/week @ 2024-03-14 26/week @ 2024-03-28 25/week @ 2024-04-04

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