From ffb19c5a9730b391341885eb80e9bf8fda2d5578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Bj=C3=B8rnager=20Jensen?= Date: Fri, 4 Apr 2025 17:54:28 +0200 Subject: [PATCH] Clean up code; Again make 'bool' decoding fallible; Bring back 'BoolDecodeError' error; Add 'BadChar' and 'NonBool' variants to 'GenericDecodeError'; Fix 'GenericDecodeError' not implementing 'From'; Implement 'From' for 'GenericDecodeError'; Fix '