refined 0.0.2

Simple refinement types; parse, don't validate!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Refined

![Crates.io Version](https://img.shields.io/crates/v/refined)
![Release Status](https://img.shields.io/github/actions/workflow/status/jkaye2012/refined/publish.yml)
![Crates.io License](https://img.shields.io/crates/l/refined)

Simple [refinement types](https://en.wikipedia.org/wiki/Refinement_type) for Rust.

For detailed information, please see the [documentation on docs.rs](https://docs.rs/refined/latest/refined).

## Quickstart

The [basic usage example on docs.rs](https://docs.rs/refined/latest/refined/#basic-usage)
is a minimal example that should be easy to follow.

You can also use the [examples](https://github.com/jkaye2012/refined/tree/main/examples) to get started. Each example is
a complete cargo project of its own. They are meant to be run with `cargo run` so that you can view their output
and reference it against the code.