Skip to content

Commit 8949250

Browse files
docs: benefit-focused README rewrite
Replace "X is engineered to" with "What X gives you" — outcome-first copy matching the website's goal-oriented direction. Generated-By: PostHog Code Task-Id: 556dae83-2866-4359-85ea-c7d0d818cb34
1 parent 6db511a commit 8949250

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,18 @@ designed for 100% compatibility with VSCode's build process. It replaces
5050
esbuild's TypeScript loader with a Rust-powered compiler that produces
5151
VSCode-compatible output.
5252

53-
**Rest** is engineered to:
54-
55-
1. **Deliver High Performance:** Compile TypeScript 2-3x faster than esbuild
56-
using OXC.
57-
2. **Ensure VSCode Compatibility:** Produce byte-for-byte identical output to
58-
VSCode's gulp build.
59-
3. **Provide Memory Safety:** Leverage Rust's ownership model for deterministic
60-
performance without garbage collection.
61-
4. **Support Modern Tooling:** Built on OXC 0.48, the latest TypeScript
62-
infrastructure.
53+
**What Rest gives you:**
54+
55+
1. **2-3x faster than esbuild.** OXC parses and transforms TypeScript at native
56+
Rust speed. No Node.js GC pauses, no V8 JIT warmup.
57+
2. **Byte-for-byte VS Code output.** The bundles Rest produces are identical to
58+
VS Code's gulp build. Full compatibility, no surprises.
59+
3. **Deterministic builds.** Rust's ownership model means no GC, no
60+
nondeterministic finalizers. Same input always produces same output.
61+
4. **Latest TypeScript support.** Built on OXC 0.48 with full TypeScript 5.x
62+
syntax coverage.
63+
64+
📖 **[Rust API Documentation](https://Rust.Documentation.Rest.Editor.Land/)**
6365

6466
---
6567

0 commit comments

Comments
 (0)