Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myomikron/galvyn

A Framework for Webservers written in Rust.
https://github.com/myomikron/galvyn

Last synced: 19 days ago
JSON representation

A Framework for Webservers written in Rust.

Awesome Lists containing this project

README

        

# galvyn

[![GitHub License](https://img.shields.io/github/license/myOmikron/galvyn)](https://github.com/myOmikron/galvyn/blob/main/LICENSE)
[![Crates.io Version](https://img.shields.io/crates/v/galvyn)](https://crates.io/crates/galvyn)
[![Crates.io Total Downloads](https://img.shields.io/crates/d/galvyn)](https://crates.io/crates/galvyn)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/myOmikron/galvyn/build-and-test.yml)](https://github.com/myOmikron/galvyn/actions/workflows/build-and-test.yml)

A Framework for Webservers written in Rust.

Bundles a few key components like configuration, tracing and database access
and provides methods for extension for user-defined modules.