Add Rust runtime blog: 3 things you can build#2980
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Each function runs in its own isolated container with custom environment variables |
Greptile SummaryThis PR adds a new blog post introducing three Appwrite Functions examples written in the Rust 1.83 runtime: an image optimizer, a PDF invoice generator, and an HMAC-verified webhook receiver. The three previously raised issues (width=0 guard, full-payload PII logging, and the
Confidence Score: 4/5Safe to merge once the PDF overflow issue is addressed or documented The PDF invoice renderer uses a fixed y-coordinate that goes negative after ~26 items, silently clipping rows from the rendered output. Readers who copy the code into a production function will get truncated invoices with no error for any moderately-sized item list. src/routes/blog/post/3-things-you-can-build-with-rust-runtime/+page.markdoc — the render_invoice function's page layout logic Important Files Changed
Reviews (4): Last reviewed commit: "Link to appwrite-community/rust-function..." | Re-trigger Greptile |
…ok payload from logs
adityaoberai
left a comment
There was a problem hiding this comment.
Approving, just ensure the example apps are tested
Also, please add them to a repo under https://github.com/appwrite-community


Add blog for "3 things you can build with the Rust runtime"