Install the gem and add to the application's Gemfile by executing:
bundle add overpass_parser_rust
If bundler is not being used to manage dependencies, install the gem by executing:
gem install overpass_parser_rust
OverpassParserRuby.parse("node(50.0, 8.0, 50.1, 8.1); out;").to_sql("postgres", "4326")
bundle exec rake compile
Bug reports and pull requests are welcome on GitHub at https://github.com/teritorio/overpass_parser_ruby.
The gem is available as open source under the terms of the MIT License.