rustisan-core 0.0.1

Core components for the Rustisan web framework
Documentation
# rustisan-core

<div align="center">

**Core shared across the [Rustisan](https://github.com/rustisan/rustisan) framework modules**
Inspired by Laravel, built with Rust.

[![Version](https://img.shields.io/badge/version-0.0.1-yellow.svg)](https://github.com/rustisan/rustisan-core)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Rust](https://img.shields.io/badge/rust-1.70+-orange.svg)](https://www.rust-lang.org)

โš ๏ธ **This is a beta version. Not recommended for production use.**

</div>

---

## About `rustisan-core`

`rustisan-core` is the heart of the Rustisan framework. It provides the shared foundation across modules such as routing, responses, application structure, and middleware integration.

This crate is not a complete framework by itself, but rather a base upon which other parts of the Rustisan stack are built.

## ๐Ÿšจ Warning

This is a **beta version**, intended for testing, exploration, and community feedback.
It is **not stable** and **should not be used in production environments**.

> Bugs may occur, APIs may change, and some features may be incomplete.

---

## Key Features

* ๐Ÿงฑ Core application structure
* ๐ŸŒ Laravel-inspired routing system
* ๐Ÿ” Middleware support with chaining
* ๐Ÿงพ JSON and plain text responses
* ๐Ÿงช Testing-ready and designed for extensibility

---

## Contributing

This is an open-source community project.
If you'd like to contribute, feel free to submit PRs, open issues, or suggest improvements.

See our [contributing guide](CONTRIBUTING.md) (coming soon).

---

## License

This project is licensed under the [MIT License](LICENSE).

---

<div align="center">
Made with โค๏ธ by the Rustisan team.
</div>