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.
[dependencies]
drawille-nostd = "0.1.1"
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
See LICENSE-MIT for contribution rules.