3 unstable releases
0.2.0 | Sep 2, 2021 |
---|---|
0.1.1 | Mar 22, 2019 |
0.1.0 | Mar 22, 2019 |
#109 in #bash
21 downloads per month
Used in hello_bash_plugin
35KB
116 lines
bash_plugin_rs
rust bindings to create bash plugins
This crate lets you build shared libraries, which can be loaded from within bash and used as super fast internal commands.
enable -f <LIBRARY> <COMMAND>
For examples look at the examples/tests of the git repository.
License: GPL-3.0-or-later
No runtime deps
~0–1.8MB
~34K SLoC