Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rswind-dev/rswind
Tailwind CSS JIT Engine in Rust
https://github.com/rswind-dev/rswind
css css-framework rust tailwindcss
Last synced: 26 days ago
JSON representation
Tailwind CSS JIT Engine in Rust
- Host: GitHub
- URL: https://github.com/rswind-dev/rswind
- Owner: rswind-dev
- License: mit
- Created: 2023-11-28T12:22:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T15:45:32.000Z (5 months ago)
- Last Synced: 2024-06-21T05:50:01.424Z (5 months ago)
- Topics: css, css-framework, rust, tailwindcss
- Language: Rust
- Homepage: https://rswind.rs
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rswind
Fast Tailwind CSS JIT Engine in Rust[![Crate][badge-crateio]][url-crateio]
[![NPM version][badge-npm-version]][url-npm]
[![NPM Unpacked Size (with version)](https://img.shields.io/npm/unpacked-size/rswind/latest?label=npm)][url-npm]
[![Build Status][badge-ci]][url-ci]
[![Code Coverage][badge-code-coverage]][url-code-coverage][![NPM Unpacked Size darwin-arm64](https://img.shields.io/npm/unpacked-size/@rswind/binding-darwin-arm64/latest?label=darwin-arm64)](https://www.npmjs.com/package/@rswind/binding-darwin-arm64)
[![NPM Unpacked Size darwin-x64](https://img.shields.io/npm/unpacked-size/@rswind/binding-darwin-x64/latest?label=darwin-x64)](https://www.npmjs.com/package/@rswind/binding-darwin-x64)
[![NPM Unpacked Size linux-x64-gnu](https://img.shields.io/npm/unpacked-size/@rswind/binding-linux-x64-gnu/latest?label=linux-x64-gnu)](https://www.npmjs.com/package/@rswind/binding-linux-x64-gnu)
[![NPM Unpacked Size win32-x64](https://img.shields.io/npm/unpacked-size/@rswind/binding-win32-x64-msvc/latest?label=win32-x64)](https://www.npmjs.com/package/@rswind/binding-win32-x64-msvc)
[![NPM Unpacked Size win32-arm64](https://img.shields.io/npm/unpacked-size/@rswind/binding-win32-arm64-msvc/latest?label=win32-arm64)](https://www.npmjs.com/package/@rswind/binding-win32-x64-msvc)🌀 Rswind is a Tailwind CSS JIT engine written in Rust.
> 🚧 **Work in Progress** ⚠️
>
> Rswind is still in development and not ready for production use.## Documentation
Read the [documentation](https://rswind.rs/) for more details.
[badge-crateio]: https://img.shields.io/crates/v/rswind?color=blue
[url-crateio]: https://crates.io/crates/rswind
[url-license]: https://github.com/rswind-dev/rswind/blob/main/LICENSE
[badge-ci]: https://github.com/rswind-dev/rswind/actions/workflows/check.yml/badge.svg?event=push&branch=main
[url-ci]: https://github.com/rswind-dev/rswind/actions/workflows/check.yml?query=event%3Apush+branch%3Amain
[badge-code-coverage]: https://codecov.io/github/rswind-dev/rswind/branch/main/graph/badge.svg
[url-code-coverage]: https://codecov.io/gh/rswind-dev/rswind
[badge-npm-version]: https://img.shields.io/npm/v/rswind/latest?color=brightgreen
[url-npm]: https://www.npmjs.com/package/rswind/v/latest[badge-binary-size-windows]: [https://img.shields.io/npm/unpacked-size/@rswind/binding-win32-x64-msvc/latest]
[badge-binary-size-macos]: [https://img.shields.io/npm/unpacked-size/@rswind/binding-darwin-arm64/latest]