typenum 1.3.2

Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

This project follows semantic versioning.

### Unpublished

### 1.3.1 (2016-03-31)
	- [fixed] Bug with recent nightlies.

### 1.3.0 (2016-02-07)
    - [changed] Removed dependency on libstd. (Issue #53, PR #55)
    - [changed] Reorganized module structure. (PR #57)


### 1.2.0 (2016-01-03)
    - [added] This change log!
    - [added] Convenience type aliases for operators. (Issue #48, PR #50)
    - [added] Types in this crate now derive all possible traits. (Issue #42, PR #51)