Skip to content

Removed `Result` dependency entirely

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 06 Dec 06:07

I switched to a super stripped down Result type that is internally scoped. This reduces friction with code that integrates this library, especially given that the Result type was not ever being used for part of the public API of this library.