noncryptor

Crates.iononcryptor
lib.rsnoncryptor
version0.1.2
sourcesrc
created_at2023-08-18 14:38:36.416066
updated_at2023-08-18 15:17:59.044862
descriptionLibrary for common encoding formats like base64 and URL
homepage
repository
max_upload_size
id947890
size6,793
Tom Des Lauriers (tdeslauriers)

documentation

README

Learning Project

Building encoder libraries

Building encoding and decoding functions. These are (very) naive implementations, however:

  1. I want to better understand how encoding schemas are executed because actual crates take advantage of efficiencies like parallelism and bitwise operations vs looping.
    • While these dont exactly directly copy existing crates, I definitely reviewed them to see how they work.
  2. I can improve them over time and make them more robust.
  3. I want to slowly build up common libraries of my own so I dont rely on external dependencies so much.
  4. I want to familiarize myself with the Rust ecosystem like crates.io and the code used in common projects
    • Reading thru good, idiomatic code helps improve your own practices.
Commit count: 0

cargo fmt