nu_plugin_ws-0.3.2 is not a library.
Visit the last successful build:
nu_plugin_ws-1.0.6
nu_plugin_ws
A plugin for Nushell, a cross-platform shell and scripting language. This plugin adds support for streaming from a websocket.
Installation
Cargo
Get the latest version from crates.io with a local install:
# Downloads and installs the plugin
# Registers the plugin with Nushell
# Activates the plugin
Manual build
Manual builds can also be used:
# Clone the repository
# Enter the repo folder
# Build a release version of the plugin
# Registers the plugin with Nushell
# Activates the plugin