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
- Fork it ( https://github.com/dgodd/to-xml/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [dgodd] Dave Goddard - creator, maintainer
API
- Array(T)
An
Arrayis an ordered, integer-indexed collection of objects of type T. - Bool
Bool has only two possible values:
trueandfalse. - Float
Float is the base type of all floating point numbers.
- Hash(K, V)
A
Hashrepresents a collection of key-value mappings, similar to a dictionary. - Int
Int is the base type of all integer types.
- Nil
The
Niltype has only one possible value:nil. - Object
Objectis the base type of all Crystal objects. - String
A
Stringrepresents an immutable sequence of UTF-8 characters. - ToXML