Skip to content

This repository contains a no-std version of the drawille crate.

License

Notifications You must be signed in to change notification settings

uandere/drawille-nostd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repository contains a no-std version of the drawille crate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages