nushell/crates/nu-plugin
WindSoilder aa92141ad7
Remove --encoding argument during register plugin (#6486)
* first implement new plugin protocol core logic

* fix debug body construct

* fix output message from plugin

* finish plugin commands calling

* fix tests and adjust plugin_custom_value call

* fmt code

* fmt code, fix clippy

* add FIXME comment

* change from FIXME to TODO
2022-09-07 09:07:42 -05:00
..
benches remove capnp protocol for plugin... (#6421) 2022-08-31 17:33:30 -05:00
src Remove --encoding argument during register plugin (#6486) 2022-09-07 09:07:42 -05:00
Cargo.toml bump dev version to v0.68.1 (#6504) 2022-09-07 14:27:33 +12:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00
README.md remove capnp protocol for plugin... (#6421) 2022-08-31 17:33:30 -05:00

nu-plugin

Benchmark

Here is a simple benchmark for different protocol for encoding/decoding nushell table, with different rows and columns. You can simply run cargo bench to run benchmark.

The relative html report is in target/criterion/report/index.html.