librsync-rs icon indicating copy to clipboard operation
librsync-rs copied to clipboard

Cast to c_char for 'easier' portability

Open nlopes opened this issue 1 year ago • 0 comments

This may be a bit controversial but doing this casting, although introducing a trivial cast, allows for slightly better portability I think.

If not, running this in a specific VM in macos can require this cast to be u8 instead of i8 making it uncompilable.

nlopes avatar Jan 01 '23 12:01 nlopes