cdumay_error_base64 0.1.8

A Rust Library for base64 error
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cdumay_error_base64"
version = "0.1.8"
edition = "2024"
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
description = "A Rust Library for base64 error"
documentation = "https://docs.rs/cdumay_error_base64"
homepage = "https://github.com/cdumay/cdumay_error_base64"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_error_base64"

[dependencies]
base64 = "0.22"
cdumay_core = "0.1"
serde-value = "0.7"