This is a port of Web Browser Engineering series from Python to Rust done by Korean Rust User Group.
| Chapter | Author |
|---|---|
| Downloading Web Pages | @sanxiyn |
| Drawing to the Screen | @corona10 |
| Library | Python | Rust |
|---|---|---|
| TLS | ssl | rustls |
| GUI | tkinter | druid |
| gzip | gzip | flate2 |
| deflate | zlib | flate2 |
| brotli | brotli | TBD |