Foreign Function Interface Introduction A note about libc Calling foreign functions Creating a safe interface Destructors Callbacks from C code to Rust functions Targeting ca...
Parsing Git Log Let’s parse git log Parsing Git Log Let’s parse git log This git log command is interesting but you can’t do a lot with it like this. > git log Let’s mak...