Skip to content

EuDs63/PNGeu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PNGeu

PNGeu is an implementation of PNGme: An Intermediate Rust Project for study purposes.

Reference

踩坑

  if let read_crc= cal_crc {
      Ok()
  }else{
      Err("invalid chunk".into())
  }
  • 我这里误解了if let的用法,写出了这样一段代码。但这无法实现我的需求:判断两个crc是否一致。

  • if let主要用于匹配和解构 Option 或 Result 类型的枚举变量,并根据匹配结果执行不同的代码分支

About

Hide secret messages in PNG files

Topics

Resources

Stars

Watchers

Forks

Languages