|
hai 1 ano | |
---|---|---|
.. | ||
README.md | %!s(int64=2) %!d(string=hai) anos | |
index.html | hai 1 ano | |
main.rs | hai 1 ano | |
tauri.conf.json | hai 1 ano |
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
.