Lucas Nogueira eee7252bef add license headers 2 年之前
..
src 0ff7832f19 remove `generate_context!()` 2 年之前
Cargo.toml 0ff7832f19 remove `generate_context!()` 2 年之前
README.md 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) 2 年之前
build.rs eee7252bef add license headers 2 年之前
index.html 6e879742f0 feat(ci): improve cache, add test-core features matrix (#5604) 2 年之前
tauri.conf.json e1e85dc2a5 chore: fix ci and cleanup leftovers (#6925) 2 年之前

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.