Registry / networking / zoom

zoom

JSON →
library0.5.0rbrubygemsunverified

Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard.

networkingother
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

require 'zoom'

Connect to a Z39.50 server and perform a search

require 'zoom' conn = ZOOM::Connection.new conn.connect('example.com', 210) result = conn.search('@attr 1=4 test') result.each { |r| puts r }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
amazonbot
1
Resources