isbn3

Crates.ioisbn3
lib.rsisbn3
version0.4.4
sourcesrc
created_at2024-09-17 20:19:24.012632
updated_at2024-09-30 20:48:52.775298
descriptionA library for handling ISBNs.
homepage
repositoryhttps://github.com/assarbad/isbn-rs
max_upload_size
id1378116
size59,836
Oliver Schneider (assarbad)

documentation

README

isbn3

Build Status Crate docs.rs

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.

Commit count: 108

cargo fmt