nu-plugin-protocol

Crates.ionu-plugin-protocol
lib.rsnu-plugin-protocol
version0.110.0
created_at2024-04-30 23:10:33.91719+00
updated_at2026-01-18 02:43:37.900415+00
descriptionProtocol type definitions for Nushell plugins
homepage
repositoryhttps://github.com/nushell/nushell/tree/main/crates/nu-plugin-protocol
max_upload_size
id1225606
size120,868
publishing (github:nushell:publishing)

documentation

README

nu-plugin-protocol

This crate provides serde-compatible types for implementing the Nushell plugin protocol. It is primarily used by the nu-plugin family of crates, but can also be used separately as well.

The specifics of I/O and serialization are not included in this crate. Use serde_json and/or rmp-serde (with the named serialization) to turn the types in this crate into data in the wire format.

Commit count: 10962

cargo fmt