heidi 0.2.0

A library to work with NHS numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2020 Arnau Siches

// Licensed under the MIT license <LICENCE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except
// according to those terms.

//! `heidi` (health identifiers) is a library to work with health identifiers
//! such as NHS Numbers.

pub mod chi;
pub mod error;
pub mod nhs;
pub mod number;