Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnh committed Dec 16, 2020
1 parent ee20544 commit d9d116c
Show file tree
Hide file tree
Showing 86 changed files with 13 additions and 2,556 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nonminmax"
version = "0.1.1"
version = "0.1.2"
authors = ["stijn"]
edition = "2018"
license = "MIT"
Expand Down
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,16 @@ time `get` is called.

# Supported types
The following types are supported
- `i8`/`u8`
- `i16`/`u16`
- `i32`/`u32`
- `i64`/`u64`
- `i128` / `u128`
- `isize` / `usize`

- `i8`: `NonMinI8`, `NonMaxI8`
- `i16`: `NonMinI16`, `NonMaxI16`
- `i32`: `NonMinI32`, `NonMaxI32`
- `i64`: `NonMinI64`, `NonMaxI64`
- `i128`: `NonMinI128`, `NonMaxI128`
- `isize`: `NonMinIsize`, `NonMaxIsize`
- `u8`: `NonMaxU8`
- `u16`: `NonMaxU16`
- `u32`: `NonMaxU32`
- `u64`: `NonMaxU64`
- `u128`: `NonMaxU128`
- `usize`: `NonMaxUsize`

Empty file removed doc/.lock
Empty file.
45 changes: 0 additions & 45 deletions doc/COPYRIGHT.txt

This file was deleted.

94 changes: 0 additions & 94 deletions doc/FiraSans-LICENSE.txt

This file was deleted.

Binary file removed doc/FiraSans-Medium.woff
Binary file not shown.
Binary file removed doc/FiraSans-Regular.woff
Binary file not shown.
201 changes: 0 additions & 201 deletions doc/LICENSE-APACHE.txt

This file was deleted.

23 changes: 0 additions & 23 deletions doc/LICENSE-MIT.txt

This file was deleted.

Loading

0 comments on commit d9d116c

Please sign in to comment.