#htmx #axum #html #ssr #web

htmxology

HTMX server-side rendering framework for Rust, based on Axum

5 releases (breaking)

Uses new Rust 2024

0.5.0 Feb 22, 2025
0.4.0 Feb 10, 2025
0.3.0 Feb 7, 2025
0.2.0 Feb 7, 2025
0.1.0 Nov 12, 2024

#1105 in HTTP server

Download history 1/week @ 2024-12-03 11/week @ 2024-12-10 364/week @ 2025-02-04 523/week @ 2025-02-11 513/week @ 2025-02-18 382/week @ 2025-02-25 477/week @ 2025-03-04 146/week @ 2025-03-11 306/week @ 2025-03-18

1,417 downloads per month

Custom license

57KB
1K SLoC

HTMXOLOGY

A Server Side Rendering (SSR) framework written in Rust using HTMX and Axum.

Contributing

Check out the CONTRIBUTING file for more information.


lib.rs:

HTMX-SSR

Server-side rendering framework for Rust, using HTMX.

Features

  • auto-reload: Automatically reload the server when the source code changes. Useful for development. Not enabled by default.
  • interfaces: Enrich the local base URL guessing logic with the ability to inspect the workstation's network interfaces. Useful for development. Not enabled by default.

Dependencies

~5–17MB
~218K SLoC