github.com/toddsundsted/libxml_ext

Extensions to XML in Crystal.

2 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  libxml_ext:
    github: toddsundsted/libxml_ext
    version: ~> 0.3.1

Then run:

shards install

shard.yml

Crystal
>= 1.19.1
License
MIT
Author
Todd Sundsted

Dependencies

Development Dependencies

README

libxml_ext

GitHub Release Build Status Documentation

Extensions to XML in Crystal.

This library wraps libxml2 functionality for mutating XML documents.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  libxml_ext:
    github: toddsundsted/libxml_ext
  1. Run shards install

Usage

require "libxml_ext"

Contributors