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

Rust bindings to librsync

Results 3 librsync-rs issues
Sort by recently updated
recently updated
newest added

I've been experimenting with a version of [Miri](https://github.com/rust-lang/miri) that can execute foreign functions by interpreting the LLVM bytecode that is produced during a crate's build process. We're hoping our results...

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...

Trying to compile the basic example from the docs on Windows, fails in liner. Not sure if it's specifics of my Windows configuration, or whether this crate doesn't have Windows...

bug