compute-starter-kit-rust-default icon indicating copy to clipboard operation
compute-starter-kit-rust-default copied to clipboard

Default package template for Rust based Compute projects

Results 3 compute-starter-kit-rust-default issues
Sort by recently updated
recently updated
newest added

Hello, we currently experimenting with Compute@Edge. VCL provides a lot of [features](https://developer.fastly.com/learning/concepts/cache-freshness/) to control the cache. However, the Rust SDK provides only a few overrides like `req.set_ttl(60)`. Is that all?...

Hello! I am starting to play with this, and I think it would save newcomers some time to provide some build instructions in the Readme. The github workflow uses Cargo...

`fastly::dictionary` is marked as deprecated with the note "renamed to `config_store`". This is kinda confusing to me. As far as i can tell, dictionaries and config stores are two completely...