aformat

Crates.ioaformat
lib.rsaformat
version0.1.3
sourcesrc
created_at2024-06-03 23:46:31.517601
updated_at2024-07-15 17:28:30.43176
descriptionA no-std and no-alloc version of format! using ToArrayString
homepage
repositoryhttps://github.com/GnomedDev/aformat
max_upload_size
id1260568
size9,647
Gnome! (GnomedDev)

documentation

README

aformat

A no-std and no-alloc version of format! using ToArrayString.

Read the documentation via cargo doc --open --no-deps or on docs.rs.

Minimum Supported Rust Version

This is currently 1.79, and is considered a breaking change to increase.

Credits

  • @danielhenrymantilla, aka yandros, for providing much of the tricks needed to implement this on stable.
  • Everyone who has contributed to typenum, again for stable compatiblity.
  • The rustc developers, who unknowingly stablized enough features for this to work.
Commit count: 14

cargo fmt