It's not clear to me how to install the rl_custom_function, besides just building it.
It also appears that a shared object is built when I build the crate in "readline", (under target) Is that just the project-local dependency rl_custom_function (from the rl_custom_function package), or does that object depend on rl_custom_function, and that is the compiled fzf-tab-completion source?
The relevant lines:
https://github.com/lincheney/fzf-tab-completion/blob/4d59a4409115a3524400ed77fb1df594f5205eef/README.md#L98-L106
It's not clear to me how to install the rl_custom_function, besides just building it.
It also appears that a shared object is built when I build the crate in "readline", (under target) Is that just the project-local dependency
rl_custom_function
(from the rl_custom_function package), or does that object depend on rl_custom_function, and that is the compiled fzf-tab-completion source?Thanks!