rjini 0.0.3

Implementation of Jini library in rust.
Documentation
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8"/>
  <title>Jini</title>
  <meta name="description" content="Jini helps you build an XPATH and then modify its parts via a simple fluent interface."/>
  <meta name="keywords" content="Ruby, Gem, XPATH, XML"/>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <link rel="shortcut icon"
        href="img/rjini.png"/>
  <link rel="author" href="http://plus.google.com/u/0/114792568016408327418?rel=author"/>
  <style>
    * {
      font-family: monospace;
      font-size: 24px;
      padding: 0;
      margin: 0;
      border: 0;
      box-sizing: border-box;
    }

    .center {
      text-align: center;
      width: 20em;
      max-width: 100%;
      padding: 1em;
      height: 20em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }

    p {
      margin: 1em 0;
    }
  </style>
  <script>
    (function (i, s, o, g, r, a, m) {
      i['GoogleAnalyticsObject'] = r;
      i[r] = i[r] || function () {
        (i[r].q = i[r].q || []).push(arguments)
      }, i[r].l = 1 * new Date();
      a = s.createElement(o),
          m = s.getElementsByTagName(o)[0];
      a.async = 1;
      a.src = g;
      m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
    ga('create', 'UA-1963507-41', 'auto');
    ga('send', 'pageview');
  </script>
</head>
<body>
<div class="center">
  <p>
    <img src="img/rjini.png"
         style="width:150px;height:150px;" alt="logo"/></p>
  <p>
    <strong>Jini</strong>
    <br>
    <br>
      Just an import of <a href="https://www.l3r8y.ru/jini.github/">Jini</a> on Rust.
    <br>
  </p>
  <p>
    Check us out at <a href="https://github.com/l3r8yJ/rjini">Github</a>.
  </p>
</div>
</body>
</html>