lexbor
Lexbor
Experimental html parser for Crystal based on new lexborisov's HTML5 parser lexbor. More faster and cheaper than myhtml, and replacement for it in future. Usage is pretty similar to myhtml, see examples. Only missing css selectors feature.
Installation
Add this to your application's shard.yml
:
dependencies:
lexbor:
github: kostya/lexbor
And run shards install
(Installation require gcc and cmake, make sure it installed)