tokio-rs / toasty

An async ORM for Rust (incubating)
MIT License
590 stars 18 forks source link

open with file #9

Closed codegod100 closed 1 day ago

codegod100 commented 2 days ago

I'm returning a Result value because I'm not a fan of panics. Not sure if you wanted to keep the unwraps or not.

codegod100 commented 2 days ago

Sorry if the open/close PRs were confusing, I was trying to create a flow where I could create discrete pull requests, while working on all of them at once on localhost. I think I got it figured out