Lucas Nogueira 4cd1faf5c8 Merge branch 'next' into feat/pipeline il y a 2 ans
..
src 0ff7832f19 remove `generate_context!()` il y a 2 ans
Cargo.toml 0ff7832f19 remove `generate_context!()` il y a 2 ans
README.md 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) il y a 2 ans
build.rs 0ff7832f19 remove `generate_context!()` il y a 2 ans
index.html 6e879742f0 feat(ci): improve cache, add test-core features matrix (#5604) il y a 2 ans
tauri.conf.json e1e85dc2a5 chore: fix ci and cleanup leftovers (#6925) il y a 2 ans

README.md

Streaming example

A simple Tauri Application showcase the streaming functionality.

To execute run the following on the root directory of the repository: cargo run --example streaming.

By default the example uses a custom URI scheme protocol. To use the builtin asset protocol, run cargo run --example streaming --features protocol-asset.