The Rust Programming Language ForumKuchiki: a (Edit: no longer vaporware) HTML/XML tree manipulation libraryOver time, I’ve heard multiple people in the Rust ecosystem ask for a library like Nokogiri in Ruby or lxml in Python, for parsing and serializing HTML and XML documents, traversing, manipulating, and querying the tree, etc. This can be useful for scraping web pages, testing web apps, pre-processing documents, … This library does not exist. Yet. The name Nokogiri (鋸) is the Japanese work for saw, the wood-cutting tool. It may be premature since there is no code to attach to it, but I’ve had s...