Rename util directory to os

This commit is contained in:
a2x
2024-03-02 01:04:55 +10:00
parent 5ea4fd7796
commit 0bc7cf7b20
15 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ use anyhow::Result;
use super::SchemaType;
use crate::util::{Address, Process};
use crate::os::{Address, Process};
pub struct SchemaClassFieldData<'a> {
process: &'a Process,