Adding lib_ruby_parser_nodes library as a dependency

Run this command in a terminal, in your project's directory:

cargo add lib-ruby-parser-nodes

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

lib-ruby-parser-nodes = "0.57.0"

The lib_ruby_parser_nodes library will be automatically available globally. Read the lib_ruby_parser_nodes library documentation.

Back to the crate overview.