Aleph-Alpha / ts-rs

Generate TypeScript bindings from Rust types
MIT License
1.15k stars 115 forks source link

Feat: Added Result<T, E> support #172

Closed KronsyC closed 10 months ago

KronsyC commented 1 year ago

Resolves #171

KronsyC commented 1 year ago

I have addressed both of your issues in the most recent commit

NyxCode commented 10 months ago

Thanks @KronsyC for the PR, and thanks @axos88 for taking a look at it. Really appreciate it!