You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use conduit to perform Base64 encoding and decoding. I have found base64-conduit, the description of which says that it has been deprecated in favor of conduit-combinators. This package, in turn, has also been deprecated with the notice that the functionality has been merged into the main conduit package. However, I cannot find anything related to Base64 encoding in the main package. What is the recommended way of doing Base64 encoding/decoding with conduit?
The text was updated successfully, but these errors were encountered:
I want to use conduit to perform Base64 encoding and decoding. I have found
base64-conduit
, the description of which says that it has been deprecated in favor ofconduit-combinators
. This package, in turn, has also been deprecated with the notice that the functionality has been merged into the mainconduit
package. However, I cannot find anything related to Base64 encoding in the main package. What is the recommended way of doing Base64 encoding/decoding with conduit?The text was updated successfully, but these errors were encountered: