Skip to content

toddsundsted/libxml_ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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