Removed `Result` dependency entirely
Pre-release
Pre-release
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.