base64url_nopad

base64url without padding library.
git clone https://git.philomathiclife.com/repos/base64url_nopad
Log | Files | Refs | README

commit 964b610037e2a8d1104d2840bc2f61d286b29193
parent ab3ee50ee16c736370e8511497c661fdc915b190
Author: Zack Newman <zack@philomathiclife.com>
Date:   Tue, 26 Aug 2025 09:36:21 -0600

fix macos test. docs

Diffstat:
MCargo.toml | 4++--
MREADME.md | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -10,7 +10,7 @@ name = "base64url_nopad" readme = "README.md" repository = "https://git.philomathiclife.com/repos/base64url_nopad/" rust-version = "1.89.0" -version = "0.1.0" +version = "0.1.1" [lints.rust] ambiguous_negative_literals = { level = "deny", priority = -1 } @@ -23,7 +23,7 @@ future_incompatible = { level = "deny", priority = -1 } impl_trait_redundant_captures = { level = "deny", priority = -1 } keyword_idents = { level = "deny", priority = -1 } let_underscore = { level = "deny", priority = -1 } -linker_messages = { level = "deny", priority = -1 } +#linker_messages = { level = "deny", priority = -1 } #lossy_provenance_casts = { level = "deny", priority = -1 } macro_use_extern_crate = { level = "deny", priority = -1 } meta_variable_misuse = { level = "deny", priority = -1 } diff --git a/README.md b/README.md @@ -83,5 +83,5 @@ documentation can be built. ### Status -This package is actively maintained. It is only tested on `x86_64-unknown-linux-gnu`, `x86_64-unknown-openbsd`, -and `aarch64-apple-darwin` targets; but it should work on most platforms. +The crate is only tested on the `x86_64-unknown-linux-gnu`, `x86_64-unknown-openbsd`, and `aarch64-apple-darwin` +targets; but it should work on most platforms.