Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_rustyline::completion - Rust
[go: Go Back, main page]

Module completion

Source
Expand description

Completion API

Structs§

FilenameCompleter
A Completer for file and folder names.

Traits§

Completer
To be called for tab-completion.

Functions§

escape
Escape any break_chars in input string with esc_char. For example, ‘/User Information’ becomes ‘/User\ Information’ when space is a breaking char and ‘\’ the escape char.
extract_word
Given a line and a cursor position, try to find backward the start of a word. Return (0, line[..pos]) if no break char has been found. Return the word and its start position (idx, line[idx..pos]) otherwise.
longest_common_prefix
unescape
Remove escape char