remove capnp protocol for plugin... (#6421)

* remove capnp protocol for plugin...

* remove relative doc
This commit is contained in:
WindSoilder
2022-09-01 06:33:30 +08:00
committed by GitHub
parent c52d45cb97
commit 3ec53e544c
17 changed files with 6 additions and 1999 deletions

View File

@ -4,7 +4,7 @@ use nu_plugin_example::Example;
fn main() {
// When defining your plugin, you can select the Serializer that could be
// used to encode and decode the messages. The available options are
// CapnpSerializer and JsonSerializer. Both are defined in the serializer
// MsgPackSerializer and JsonSerializer. Both are defined in the serializer
// folder in nu-plugin.
serve_plugin(&mut Example {}, MsgPackSerializer {})