# rustisan-core
<div align="center">
**Core shared across the [Rustisan](https://github.com/rustisan/rustisan) framework modules**
Inspired by Laravel, built with Rust.
[](https://github.com/rustisan/rustisan-core)
[](LICENSE)
[](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>