Lucas Fernandes Nogueira 46e6187c89 chore: update license year (#6311) %!s(int64=2) %!d(string=hai) anos
..
README.md 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) %!s(int64=2) %!d(string=hai) anos
index.html 6e879742f0 feat(ci): improve cache, add test-core features matrix (#5604) %!s(int64=2) %!d(string=hai) anos
main.rs 46e6187c89 chore: update license year (#6311) %!s(int64=2) %!d(string=hai) anos
tauri.conf.json 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) %!s(int64=2) %!d(string=hai) anos

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.