Hacker News new | ask | show | jobs
by andy_ppp 3436 days ago
The article mentions Floki which incidentally just added support for the servo/html5ever parser written in rust.

https://github.com/hansihe/ex_html5ever

Excellent article about creating parsers though even if html parsing is a particularly difficult problem.

1 comments

Floki is a great lib, used it to write a very basic URL polling CLI tool in just 72 lines of code: https://github.com/vikeri/proba/blob/master/lib/proba.ex