node-cli 2.0.0

Generic Tetcore node implementation in Rust.
docs.rs failed to build node-cli-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Tetcore CLI library.

This package has two Cargo features:

  • cli (default): exposes functions that parse command-line options, then start and run the node as a CLI application.

  • browser: exposes the content of the browser module, which consists of exported symbols that are meant to be passed through the wasm-bindgen utility and called from JavaScript. Despite its name the produced WASM can theoretically also be used from NodeJS, although this hasn't been tested.