3 releases
0.1.2 | Dec 2, 2021 |
---|---|
0.1.1 | Dec 2, 2021 |
0.1.0 | Dec 2, 2021 |
#1666 in Text processing
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"