alexandria_ascii 0.1.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.1.0

Uploaded 1 month ago

Size 2.8 KB

Installation

Run the following command in your project dir

scarb add alexandria_ascii@0.1.0

Or add the following line to your Scarb.toml

alexandria_ascii = "0.1.0"

Monthly downloads

Links

Homepage github.com/keep-starknet-strange/alexandria/tree/main/src/ascii

Owners