codesnap 0.13.2

Pure Rust library for generating beautiful code snapshots
Documentation
1
2
3
4
5
pub trait Edge {
    fn horizontal(&self) -> f32;

    fn vertical(&self) -> f32;
}