nu-plugin-protocol

Crates.ionu-plugin-protocol
lib.rsnu-plugin-protocol
version0.100.0
sourcesrc
created_at2024-04-30 23:10:33.91719
updated_at2024-11-13 04:08:59.582082
descriptionProtocol type definitions for Nushell plugins
homepage
repositoryhttps://github.com/nushell/nushell/tree/main/crates/nu-plugin-protocol
max_upload_size
id1225606
size68,885
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: 9602

cargo fmt