rsass-macros

Crates.iorsass-macros
lib.rsrsass-macros
version0.28.10
sourcesrc
created_at2023-01-17 21:04:11.132078
updated_at2024-05-19 19:36:03.782674
descriptionSass as a rust function-like macro.
homepage
repositoryhttps://github.com/kaj/rsass
max_upload_size
id761287
size5,477
Rasmus Kaj (kaj)

documentation

https://docs.rs/rsass-macros

README

rsass-macros

Sass reimplemented in rust with nom. The "r" in the name might stand for the Rust programming language, for "re-implemented", or possibly for my name Rasmus.

This is the rsass-macros crate, giving rust projects access to sass-compiled strings in compile-time. To use it, add rsass-macros to your dependencies in a rust project.

cargo add rsass-macros

Crate docs Github build

Sass language and implementation status

The sass language is defined in its reference doc. See the rsass crate or the the rsass monorepo for the implementation status.

Contributing

Welcome! Please see the rsass monorepo about contributing.

Commit count: 1647

cargo fmt