ufmt 0.1.2

A (6-40x) smaller, (2-9x) faster and panic-free alternative to `core::fmt`
Documentation
# Change Log

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

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.2] - 2022-08-10

## Added

- added support for hexadecimal formatting of integers using the `{:x}` format string

## [v0.1.1] - 2022-08-09

### Fixed

- fixed link in crate level documentation
- fixed `uDebug` implementation for `i32` / `u32` on 16-bit platforms (like AVR and MSP430)

## v0.1.0 - 2019-11-17

Initial release

[Unreleased]: https://github.com/japaric/ufmt/compare/ufmt-v0.1.2...HEAD
[v0.1.2]: https://github.com/japaric/ufmt/compare/ufmt-v0.1.1...ufmt-v0.1.2
[v0.1.1]: https://github.com/japaric/ufmt/compare/ufmt-v0.1.0...ufmt-v0.1.1