Amr Bashir bcc63bf36d chore(examples/streaming): use get `getrandom` to generate boundary (#9546) 1 년 전
..
README.md 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) 2 년 전
index.html c2ad4d28c4 refactor(api)!: Rename `primitives` mod to `core` (#8273) 1 년 전
main.rs bcc63bf36d chore(examples/streaming): use get `getrandom` to generate boundary (#9546) 1 년 전
tauri.conf.json 8de308d1bf feat(core): implement new config structure (#8723) 1 년 전

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.