Closed 7r3nzy closed 2 years ago
I'll publish a crates.io patch release to add your changes later today unless you'd like to do any more PRs.
Version 0.3.1 published on crates.io. Thanks for the PRs!
You are welcome, I don’t have any other PR pending right now, will contribute in couple of days for sure. Thanks for taking the time to review and merge.
On Sun, 8 May 2022 at 3:36 AM, tazz4843 @.***> wrote:
Version 0.3.1 published on crates.io. Thanks for the PRs!
— Reply to this email directly, view it on GitHub https://github.com/tazz4843/coqui-stt/pull/11#issuecomment-1120310552, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGME2RFBRPZKZIP67KJ6R3VI3V5NANCNFSM5VDJZMXA . You are receiving this because you authored the thread.Message ID: @.***>
This PR removes the use of
unsafe
keyword and collects theOwnedMetadata
andOwnedCandidateTranscript
in a bit more idiomatic way.