Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samuelbonill
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
samuelbonill
4y ago
The Graphul API is stable
2.
▲
Show HN: Graphul v0.5.5 – Swagger integration and rate-limit
(github.com)
1 points
by
samuelbonill
4y ago
|
3 comments
3.
▲
by
samuelbonill
4y ago
Rustaceans, we're thrilled to announce the latest release of Graphul - the high-performance, type-safe web framework for Rust! With Graphul v0.5.5, we've added exciting new features, including support for integrating with Swagger
4.
▲
Show HN: The most simple web framework for Rust v0.5
(graphul-rs.github.io)
7 points
by
samuelbonill
4y ago
|
0 comments
5.
▲
Show HN: New Website for Graphul ( Rust)
(graphul-rs.github.io)
1 points
by
samuelbonill
4y ago
|
0 comments
6.
▲
by
samuelbonill
4y ago
Note: if you are using your favorite Rust framework like actix, rocket, etc, and don't have a positive feedback, graphul is not for you, graphul is for javascript, python, ruby, or rust developer that wants to start building microservi
7.
▲
by
samuelbonill
4y ago
ok great, continue using your favorite tools, graphul is for other developers; the idea is to receive positive feedback; I don't like discussions about what programming languages or frameworks are better than another, Golang vs Rust, e
8.
▲
by
samuelbonill
4y ago
the idea is not to convince you, if you like another web framework like Axum, hyper, or actix you can use it, this framework is for other developers ( javascript, python, or rust developer that wants to start building microservices with rus
9.
▲
by
samuelbonill
4y ago
you can use HTML template with Graphul and askama the readme.md has been updated https://github.com/graphul-rs/graphul https://github.com/graphul-rs/graphul#-templates
10.
▲
by
samuelbonill
4y ago
https://github.com/graphul-rs/graphul#-context
11.
▲
by
samuelbonill
4y ago
or you can use an extractor in function base handlers, in struct base handlers you can use context c.parse_query()
12.
▲
by
samuelbonill
4y ago
because, it will support graphql
13.
▲
by
samuelbonill
4y ago
remove features? Graphul has all features that you need to build an API, the next release will support Graphql
14.
▲
by
samuelbonill
4y ago
you can statically type query param extraction with c.parse_params() and c.parse_query() let value: Json<MyStruct> = match c.parse_params().await < https://github.com/graphul-rs/graphul#-resource >
15.
▲
Show HN: An Express-inspired web framework for Rust
(crates.io)
85 points
by
samuelbonill
4y ago
|
26 comments
16.
▲
by
samuelbonill
4y ago
Graphul is an Express inspired web framework using a powerful extractor system built on top of Tokio, Tower, Axum, and Hyper. Designed to improve, speed, and scale your microservices with a friendly syntax, Graphul is built with Rust.that m