6 ms·
It's mostly rust projects so error handling is writing `?` and defining the signatures as either Option or Result for the most part.
by trane_project 6mo ago
It's mostly rust projects so error handling is writing `?` and defining the signatures as either Option or Result for the most part.