Sha256: e3f9b3dbcb2d1ce7ade56e11dc2c52818f3c0d7d20452080b49217af93b9e140
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true # Hnswlib.rb provides Ruby bindings for the Hnswlib. module Hnswlib # The version of Hnswlib.rb you install. VERSION = '0.1.0' # The version of Hnswlib included with gem. HSWLIB_VERSION = '0.5.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hnswlib-0.1.0 | lib/hnswlib/version.rb |