Skip to content

Commit c714adf

Browse files
committed
improve crate-level API, revamp srcset parsing
1 parent 746e9e6 commit c714adf

File tree

9 files changed

+370
-258
lines changed

9 files changed

+370
-258
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monolith"
3-
version = "2.9.0"
3+
version = "2.10.0"
44
authors = [
55
"Sunshine <snshn@tutanota.com>",
66
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88

99
```
10-
_____ ______________ __________ ___________________ ___
11-
| \ / \ | | | | | |
12-
| \_/ __ \_| __ | | ___ ___ |__| |
13-
| | | | | | | | | | | |
14-
| |\ /| |__| _ |__| |____| | | | | __ |
15-
| | \___/ | | \ | | | | | | |
16-
|___| |__________| \_____________________| |___| |___| |___|
10+
_____ _____________ __________ ___________________ ___
11+
| \ / \ | | | | | |
12+
| \/ __ \| __ | | ___ ___ |__| |
13+
| | | | | | | | | | | |
14+
| |\ /| |__| |__| |___| | | | | __ |
15+
| | \__/ | |\ | | | | | | |
16+
|___| |__________| \___________________| |___| |___| |___|
1717
```
1818

1919
A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.

0 commit comments

Comments
 (0)