n0-computer / iroh-examples

Iroh in action
45 stars 11 forks source link

tauri-todos: fix deprecation warnings from directly accessing Iroh struct fields #65

Closed tv-deusen closed 5 months ago

tv-deusen commented 5 months ago

This is a change to remove the deprecation warnings by using methods to access the authors, blobs and docs fields of the Iroh struct insead of directly accessing fields.

It also rearranged some of the use declarations (not sure if this is wanted).

rklaehn commented 5 months ago

Thanks a lot!