Amr Bashir 4b75834a41 chore: update license headers 2024 (#9043) 1 rok pred
..
README.md 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) 2 rokov pred
index.html c2ad4d28c4 refactor(api)!: Rename `primitives` mod to `core` (#8273) 1 rok pred
main.rs 4b75834a41 chore: update license headers 2024 (#9043) 1 rok pred
tauri.conf.json 8de308d1bf feat(core): implement new config structure (#8723) 1 rok pred

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.