cdumay_error_base64 0.1.1

A Rust Library for base64 error
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# cdumay_error_base64

[![License: BSD-3-Clause](https://img.shields.io/badge/license-BSD--3--Clause-blue)](./LICENSE)
[![cdumay_error_base64 on crates.io](https://img.shields.io/crates/v/cdumay_error_base64)](https://crates.io/crates/cdumay_error_base64)
[![cdumay_error_base64 on docs.rs](https://docs.rs/cdumay_error_base64/badge.svg)](https://docs.rs/cdumay_error_base64)
[![Source Code Repository](https://img.shields.io/badge/Code-On%20GitHub-blue?logo=GitHub)](https://github.com/cdumay/cdumay_error_base64)

Error wrapper for base64 encoding/decoding operations.

This crate provides structured error types for handling
`base64::DecodeError` by categorizing them into descriptive,
typed error variants with associated codes and messages.