ystero-dev / scalpel

Packet Dissection and sculpting in Rust
Other
3 stars 6 forks source link

Removed `lazy_static` dependency. #53

Closed gabhijit closed 7 months ago

gabhijit commented 7 months ago

Using OnceLock in place of lazy_static to initialize the required global maps.