Surviving a rust-cssparser API break

from blog Federico's Blog, | ↗ original
Yesterday I looked into updating librsvg's Rust dependencies. There have been some API breaks (!!!) in the unstable libraries that it uses since the last time I locked them. This post is about an interesting case of API breakage. rust-cssparser is the crate that Servo uses for parsing CSS. Well, more …