Skip to content

current state of data exchange between rust and frontend #3208

Answered by FabianLars
inspired2 asked this question in Q&A
Discussion options

You must be logged in to vote

For this specific use-case current workarounds that come to mind would be to use either a custom protocol, like our streaming example does or via the file system (if saving the images is acceptable) and using convertFileSrc to read them or set them as a file source (this uses a custom protocol too).

Otherwise we're still looking at generally improving the serde+transport situation but this won't make it into v1.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by inspired2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants