Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myomikron/galvyn
- Owner: myOmikron
- License: mpl-2.0
- Created: 2024-10-16T23:01:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:20:28.000Z (20 days ago)
- Last Synced: 2024-10-29T23:43:56.402Z (20 days ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.