Warp/docs/index.md
2026-02-12 20:19:31 +07:00

32 lines
No EOL
805 B
Markdown

---
layout: home
hero:
image:
src: "/warp.png"
actions:
- theme: brand
text: Get Started
link: /guide/
- theme: alt
text: API Reference
link: /api/1.1/warp
- theme: alt
text: View on Github
link: https://github.com/imezx/Warp
features:
- icon: ⚡
title: Performance
details: Warp is rapidly-fast with much less bandwidth compared to native.
- icon: 🍃
title: Compact
details: Warp is a simple, efficient & lightweight library.
- icon: 📊
title: Dynamic
details: Warp is dynamic by default. It serializes and deserializes data dynamically without requiring a user-defined schema, although schema support is available as an option.
- icon: 🔎
title: Type
details: Warp written with strictly-typed.
---