Commit 1d8b2de
Rework Rust runtime and builder (#80)
* initial rework
* add tsconfig
* add demo
* update Cargo.toml
* update README
* rename exports
* rename exported types, add prettier
* 4.0.1-canary.0
* use canary for demo, cleanup
* use style guide, cleanup
* update README
* add more examples
* improve examples
* polish demos
* demo: nextjs, fix layout, use identical seed
* runtime: used boxed err
* update dep, simplify examples
* merged handler example (wip)
* Change `impl IntoResponse` into `Response<Body>` (#1)
* Rework to allow merging api endpoints
* Rework all examples and simplify structure
* remove `IntoResponse`
---------
Co-authored-by: Florentin / 珞辰 <[email protected]>
* dedup body (#2)
* dedup body
* merge pub use
* update docs, use Cargo workspaces
* update examples, `0.2.0`
* `4.0.0-canary.1`
* fix typo
* migrate fixtures tests (wip)
* migrate fixtures tests - 2 (wip)
* migrate fixtures tests - 3 (wip)
* add dynamic path example
* `4.0.0-canary.2`
* migrate fixtures test
* add husky
* add `.env.example` for cron
* add http helpers (#3)
* add http helpers
* remove opinionated payload
* re-add direct crate ref, fix invalid eslint
* `4.0.0-canary.3`
* `0.2.1`
* remove merged example
* update README
* cleanup workspace members
* cleanup
* fix newline
* rm gitignore from test
* `4.0.0.beta.0`
---------
Co-authored-by: Douglas Parsons <[email protected]>1 parent a9495a0 commit 1d8b2de
File tree
120 files changed
+28735
-11919
lines changed- examples
- cron
- api
- nextjs
- api
- components
- pages
- api
- public
- styles
- simple
- api
- user
- src-rs
- package
- src
- lib
- test
- fixtures
- 01-include-files
- api
- 02-with-utility
- api
- src
- 03-with-function
- api
- 04-with-parameter
- api
- user
- 05-preconfigured-binary
- api
- src
- vercel_runtime
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+28735
-11919
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments