Crate shellac_codec
Source - AutocompRequest
- A ShellAC autocompletion request
- Reply
- A ShellAC autocompletion reply. The type parameter is to allow borrowed or owned string types
- Suggestion
- A single autocompletion suggestion
- Error
- Parsing error
- SuggestionType
- One of two kind of suggestion type
- read_reply
- Read a ShellAC Server reply without (necessarily) collecting.
- read_request
- Read a
ShellAC
Request without allocating. You should not need this - write_reply
- Send a reply like the
ShellAC
server would to the other end of a the Writer, where a client
would listen. You should not need this - write_request
- Write a request to a listening ShellAC server.