sass-embedded-host-rust 0.1.0

A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass Protocol
Documentation
1
2
3
4
5
6
7
8
9
# sass-embedded-host-rust

🦀 A Rust library that will communicate with [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded) using the [Embedded Sass Protocol](https://github.com/sass/embedded-protocol).

## Contributing

1. Install the [Protocol Buffer Compiler]https://grpc.io/docs/protoc-installation/.
2. Run `cd scripts && npm install && node setup.mjs`.
3. Find issues and welcome PRs.