MatsDK / TauRPC

Typesafe IPC layer for Tauri applications
https://docs.rs/taurpc/
Apache License 2.0
59 stars 1 forks source link

type macro seems to disallow usage of doc comments #21

Closed mnpqraven closed 2 months ago

mnpqraven commented 3 months ago

I can't use both the /// and #[doc] macro to comment my structs if i use the ipc_type macro. Is there a workaround for this or am i missing something obvious

image

MatsDK commented 3 months ago

Thanks for reporting this issue. This is an issue with the version of specta that is used. I think the doc comments are working in the v2 pre-release versions of specta. I will try it out and then probably publish the fix.

MatsDK commented 2 months ago

Fixed in taurpc@0.2.6