i54_ 0.1.0

A 54-bit signed integer abstraction. Created for easier interop with GraphQL and Javascript.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.1.0] - 2021-02-06

### Added

- Added `TryFrom` for `i128` and `u128`.

## [0.0.1] - 2021-01-11

- Initial release.