Closed thomcc closed 5 months ago
This adds try_build_unchecked
, build_unchecked
, and build
. In theory I could write a try_build
for the case where you don't care that much about performance but do want to handle allocation error, but it seems a bit pointless so I left it out.
Fixes #36