Expand description
Finger query string parsing.
Parses user input (e.g. "user@host", "@host", "user@host1@host2")
into a structured Query for use with crate::protocol::finger.
Structs§
- Query
- A parsed finger query.
Enums§
- Query
Error - Errors that can occur when parsing a finger query string.
Constants§
- DEFAULT_
PORT - The default finger protocol port.