@@ -171,11 +171,11 @@ mismatch of plugin's `rustc` version and the one of the user's code. While the l
171171stable most of the time, the tides started to shift a few years ago, as more effort was put into
172172trait objects on the compiler front.
173173
174- For 0.2, we knew we could not keep the status quo, so, we built ` cglue ` . The crate allows for
175- simple and flexible ABI safe code generation, suited for the needs of ` memflow ` . Throughout the
176- (very long) beta period, we received 0 crash reports stemming from ABI instability, while 0.1 had
177- such cases. Therefore, we can conclude that it was a good investment that already made memflow more
178- stable.
174+ For 0.2, we knew we could not keep the status quo, so, we built
175+ [ ` cglue ` ] ( https://github.com/h33p/cglue ) . The crate allows for simple and flexible ABI safe code
176+ generation, suited for the needs of ` memflow ` . Throughout the (very long) beta period, we received
177+ 0 crash reports stemming from ABI instability, while 0.1 had such cases. Therefore, we can conclude
178+ that it was a good investment that already made memflow more stable.
179179
180180In ` 0.2.0-betaX ` series, you may have encountered "invalid ABI" errors, well, fear not, because in
181181stable series, we commit to not breaking the ABI across entirety of ` 0.2 ` series, so this problem
0 commit comments