package

github.com/dgodd/to-xml

master / published Oct 11, 2016 / repository

to-xml

TODO: Write a description here

Installation

Add this to your application's shard.yml:

dependencies:
  to-xml:
    github: dgodd/to-xml

Usage

require "to-xml"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/dgodd/to-xml/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • [dgodd] Dave Goddard - creator, maintainer

API

  • Array(T)

    An Array is an ordered, integer-indexed collection of objects of type T.

  • Bool

    Bool has only two possible values: true and false.

  • Float

    Float is the base type of all floating point numbers.

  • Hash(K, V)

    A Hash represents a collection of key-value mappings, similar to a dictionary.

  • Int

    Int is the base type of all integer types.

  • Nil

    The Nil type has only one possible value: nil.

  • Object

    Object is the base type of all Crystal objects.

  • String

    A String represents an immutable sequence of UTF-8 characters.

  • ToXML