servo-fetch 0.3.0

A browser engine in a binary. Fetch, render, and extract web content powered by Servo.
Documentation
1
2
3
4
5
6
7
8
9
<html>
<head><title>Simple Page</title></head>
<body>
<main>
  <h1>Hello World</h1>
  <p>Just some plain text without any links.</p>
</main>
</body>
</html>