Sha256: c6a427f62a0d25e01304b2f0fd18ec37cd973cd44e04c6ed5433e46507aea656

Contents?: true

Size: 614 Bytes

Versions: 6

Compression:

Stored size: 614 Bytes

Contents

require "ffi"
require "rgeo/geo_json"
require "zeitwerk"

Zeitwerk::Loader.for_gem.setup

# The main H3 namespace.
#
# All public methods for the library are defined here.
#
# @see https://uber.github.io/h3/#/documentation/overview/introduction
module H3
  extend GeoJson
  extend Hierarchy
  extend Miscellaneous
  extend Indexing
  extend Inspection
  extend Regions
  extend Traversal
  extend UnidirectionalEdges

  # Internal bindings related modules and classes.
  #
  # These are intended to be used by the library's public methods
  # and not to be used directly by client code.
  module Bindings; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
h3-3.7.2 lib/h3.rb
h3-3.7.1 lib/h3.rb
h3-3.6.2 lib/h3.rb
h3-3.6.1 lib/h3.rb
h3-3.6.0 lib/h3.rb
h3-3.5.1 lib/h3.rb