mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
Eliminate warnings, add clippy+cargo-audit to CI, add fuzz target
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#[fuzz]
|
||||
mod target {
|
||||
#[fuzz]
|
||||
fn parse_gvas(data: &[u8]) {
|
||||
let _ = notalterra::gvas::extract_metadata_from_bytes(data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user