alexandria_ascii 0.6.0

utilities for working with ascii values

Readme

ASCII

Integer

  1. Split Integers into an array of its individual ascii values

123 -> [49,50,51]

  1. Converts Integers into a string represented as either a single felt252 or if it exceeds 31 chars an array of felt252

123 -> "123

Metadata

Version 0.6.0

Uploaded 3 weeks ago

Cairo version ^2.12.0

Size 2.8 KB

Installation

Run the following command in your project dir

scarb add alexandria_ascii@0.6.0

Or add the following line to your Scarb.toml

alexandria_ascii = "0.6.0"

Monthly downloads

Links

Owners