| Crates.io | RustyPage |
| lib.rs | RustyPage |
| version | 1.0.16 |
| created_at | 2025-11-08 15:17:09.157395+00 |
| updated_at | 2026-01-19 23:23:07.675409+00 |
| description | RustyPage is a simple startpage configurable with a simple TOML file. |
| homepage | https://arkhamcookie.github.io/RustyPage/ |
| repository | https://github.com/ArkhamCookie/RustyPage |
| max_upload_size | |
| id | 1922977 |
| size | 147,916 |
RustyPage is a simple startpage configurable with a simple TOML file.
You can see a live example with all the features enabled on this repo's GitHub Page.
Add as many bookmarks as you'd like by adding the link and name to the configuration file. You can also optionally add a shortcut key that opens a bookmark in a new tab.
Add a search bar to your page with an engine of your choice.
A clock with your local time on it.
RustyPage has an optional theme selection.
For a list of themes, go to the themes documentation.
crates.io (Recommended)cargo install RustyPage
cargo install --path . --locked
[!NOTE] The
--path .above specifies the directory of the source code and NOT whererustypagewill be installed. For more information see the docs forcargo install.
/docs/config/examples/full.toml) by sookylala