html2runes 1.0.0

A HTML to Text converter program written in Rust.
Documentation
<html>
  <body>
    Text without a
    paragraph
    <p>
      Text inside paragraph

    <p> paragraph again
      <br>
      new line but no ending tags yet
      and here comes a bull shit token
      <bla>BLA TEXT</bla>
      which should be ignored, and here comes an image
      <img src="bla.png">invalid image txt</img>
      <br>
      <a href="http://google.com">I am the link text</a>
  </body>
</html>