Crates.io | drawille-nostd |
lib.rs | drawille-nostd |
version | 0.1.2 |
source | src |
created_at | 2023-10-04 10:01:13.680852 |
updated_at | 2023-10-04 10:13:54.89698 |
description | A no_std version of the drawille crate. |
homepage | https://github.com/uandere/drawille-nostd |
repository | https://github.com/uandere/drawille-nostd |
max_upload_size | |
id | 992036 |
size | 13,603 |
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.