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