On 2025-10-28 at 18:19:27, Ezekiel Newren wrote: > On Sun, Oct 26, 2025 at 6:44 PM brian m. carlson > wrote: > > > +use crate::hash::{HashAlgorithm, GIT_MAX_RAWSZ}; > > +use std::ffi::CStr; > > +use std::io::{self, Write}; > > +use std::os::raw::c_void; > > std::os::raw has been deprecated, only std::ffi should be used. std::ffi with the C types is not available until Rust 1.64 and we're not planning on targeting that for some time. This was intentional, but I'll mention it in the commit message for v2. -- brian m. carlson (they/them) Toronto, Ontario, CA