Crates.io | isbn3 |
lib.rs | isbn3 |
version | 0.4.4 |
source | src |
created_at | 2024-09-17 20:19:24.012632 |
updated_at | 2024-09-30 20:48:52.775298 |
description | A library for handling ISBNs. |
homepage | |
repository | https://github.com/assarbad/isbn-rs |
max_upload_size | |
id | 1378116 |
size | 59,836 |
A library for handling International Standard Book Number, or ISBNs.
This library is an extension of limeburst/isbn-rs (aka isbn
).
Originally it also contained patches supplied by philippeitis/isbn-rs (aka isbn2
) and was topped up with a patch from CodingAnarchy/isbn-rs which set MSRV to 1.60 (which I had to bump further to 1.63 on account of indexmap
). Additionally I introduced the ranges
feature which isn't enabled by default, because I saw no value in the original feature for my use case.