You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `README.md` file with detailed documentation
- Documented background, installation, usage, example, contributing, and license
- Included prerequisites for installation (Rust 1.56+ and Docker)
- Provided instructions for cloning the repository and building the project
- Added instructions for Docker deployment
- Described how to access the rendering service once it is running
`renderer_rs` is a project written in Rust, aiming to port the [zenato/puppeteer-renderer](https://github.com/zenato/puppeteer-renderer) project. The currently implemented example is:
4
+
5
+
- Rendering web content via `http://localhost:8080/html?url=http://www.google.com`.
6
+
7
+
## Table of Contents
8
+
9
+
-[Background](#background)
10
+
-[Installation](#installation)
11
+
-[Usage](#usage)
12
+
-[Example](#example)
13
+
-[Contributing](#contributing)
14
+
-[License](#license)
15
+
16
+
## Background
17
+
18
+
The `renderer_rs` project aims to provide a web rendering service using Rust and Headless Chrome. This project ports the functionality of [zenato/puppeteer-renderer](https://github.com/zenato/puppeteer-renderer) and implements it in Rust to leverage Rust's performance and safety features.
0 commit comments