Registry / serialization / xml-mixup

xml-mixup

JSON →
library0.2.1rbrubygemsunverified

Uses declarative data structures to incrementally generate XML.

gem install xml-mixup
INSTALL
IMPORT
SIG · XML-MIXUP
X
xml-mixup
serializationrubyv0.2.1
harness data pending
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.

XML::Mixup
require 'xml-mixup'

Generate XML using a declarative builder.

require 'xml-mixup' builder = XML::Mixup.new builder.foo(bar: 'baz') { |x| x.text('Hello') } puts builder.to_xml
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
xml-mixup — gem install xml-mixup · libregistry