codesnap 0.13.2

Pure Rust library for generating beautiful code snapshots
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod blur;
#[cfg(feature = "copy")]
pub mod clipboard;
pub mod code;
pub mod color;
pub mod helpers;
pub mod highlight;
pub mod path;
pub mod syntax_provider;
pub mod text;
pub mod theme;
pub mod theme_provider;