Should the example doctest adhere to the MSRV too? If so, I will replace the let-else.
Currently, README.md and the crate root docs are duplicated. Should I fix this via #[doc = include_str!("README.md")] in a separate PR? Gated behind docsrs cfg to comply with MSRV policy.
Fixes #22
Should the example doctest adhere to the MSRV too? If so, I will replace the let-else.
Currently, README.md and the crate root docs are duplicated. Should I fix this via
#[doc = include_str!("README.md")]
in a separate PR? Gated behind docsrs cfg to comply with MSRV policy.