Crate shellac_codec

Source

Structs§

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

Enums§

Error
Parsing error
SuggestionType
One of two kind of suggestion type

Functions§

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.