6 releases
new 0.2.3 | Nov 3, 2024 |
---|---|
0.2.2 | Nov 1, 2024 |
0.2.0 | Oct 27, 2024 |
0.1.0 | Oct 26, 2024 |
0.0.1 | Oct 7, 2024 |
#122 in Text editors
629 downloads per month
Used in codesnap-cli
98KB
2.5K
SLoC
CodeSnap is a tool to generate beautiful snapshots of your code snippets. It's a pure Rust library that provides a simple API to create snapshots of code snippets with syntax highlighting, line numbers, and custom themes.
Quick start
CodeSnap::default()
.code(
CodeBuilder::default()
.language("rust")
.content(CODE_SNIPPET)
.build()?,
)
.watermark(WatermarkBuilder::default().content("CodeSnap").build()?)
.build()?
.create_snapshot()?
.copy()
Now try to paste the code snapshot to your friends!
/_/
( -.- ) If you enjoy CodeSnap, also try Silicon
Dependencies
~24–38MB
~538K SLoC