ci: add comprehensive formatting and linting setup
- Add formatting commands to justfile (format, fmt_check, clippy_check, fc) - Create GitHub Actions workflows for automated fmt and clippy checks - Fix existing clippy warnings in macro code - Ensure CI enforcement of code quality standards This brings native_model in line with native_db's robust formatting and linting approach.
This commit is contained in:
committed by
Vincent Herlemont
parent
64b1d15dd1
commit
31efa79429
@@ -1,6 +1,6 @@
|
||||
use crate::header::Header;
|
||||
use zerocopy::little_endian::U32;
|
||||
use zerocopy::{SplitByteSlice, SplitByteSliceMut, Ref, IntoBytes};
|
||||
use zerocopy::{IntoBytes, Ref, SplitByteSlice, SplitByteSliceMut};
|
||||
|
||||
pub struct Wrapper<T: SplitByteSlice> {
|
||||
header: Ref<T, Header>,
|
||||
|
||||
Reference in New Issue
Block a user