mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
* plugin trait * impl of trait * record and absolute path * plugin example crate * clippy error * correcting cargo * evaluated call for plugin
4 lines
176 B
Markdown
4 lines
176 B
Markdown
# Plugin Example
|
|
|
|
Crate with a simple example of the Plugin trait that needs to be implemented
|
|
in order to create a binary that can be registered into nushell declaration list
|