drawille-nostd 0.1.2

A no_std version of the drawille crate.
Documentation

drawille-nostd

This repository contains a no_std version of the drawille crate. Contains all its functionality, but is slower due to BTreeMap usage for character array instead of FnvHashMap. Additionally, all colored functionality was removed because of the enormous amount of std-dependent stuff that was used in there.

Usage

[dependencies]
drawille-nostd = "0.1.1"

License

Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

Contribution

See LICENSE-MIT for contribution rules.