mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make lazy_static optional

sbourdeauducq opened this issue · comments

lazy_static requires a lot of things that are not always available on embedded systems.

I'm working on this in #13