[][src]Crate shellac

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.

write_request

Write a request to a listening ShellAC server.