Skip to content

u-03c9/PNGme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PNGme

A CLI tool to encode and decode messages in a PNG file.

Reference

This project was done by following a tutorial written by picklenerd. This is my favorate tutorial so far. They didn't write a source code for me to copy, but rather:

  • They explained the process of doing the project and cutting it down into pieces.

  • They referenced the PNG file structure spces, so i can implement it.

  • They provided some hints; like, which function you might need or an extra crate (library) that might help.

  • But, the most important part is that they provided Unit tests for the majority of the project. So, I can make sure what I have built so far is working correctly. It is really the my favorait part of this tutorial.

Dependancy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages