drawille-nostd

Crates.iodrawille-nostd
lib.rsdrawille-nostd
version0.1.2
sourcesrc
created_at2023-10-04 10:01:13.680852
updated_at2023-10-04 10:13:54.89698
descriptionA no_std version of the drawille crate.
homepagehttps://github.com/uandere/drawille-nostd
repositoryhttps://github.com/uandere/drawille-nostd
max_upload_size
id992036
size13,603
Nazar Demchuk (uandere)

documentation

README

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.

Commit count: 11

cargo fmt