Crates.io | sassers |
lib.rs | sassers |
version | 0.13.5-h28 |
source | src |
created_at | 2015-06-05 02:08:51.7226 |
updated_at | 2017-04-09 00:38:22.829825 |
description | A Sass compiler in Rust |
homepage | |
repository | https://github.com/carols10cents/sassers |
max_upload_size | |
id | 2308 |
size | 106,884 |
A Sass compiler written natively in Rust.
Incomplete!!!! To see current progress:
cargo build
Last run I did was 205 passing and 4294 failing out of 4499 tests. So yeah, REALLY NOT DONE YET.
Progress bar: [=-------------------]
Sassers follows Sentimental Versioning.
MIT. See LICENSE.
T: Write
down into methods instead of returning String all the time to avoid allocating so many timescontext
or binding
object with nice insertion and accessing methodsTo get debugging statements and run a particular test:
extern crate env_logger;
to the test
modulelet _ = env_logger::init();
to the particular test function$ RUST_LOG=sassers=debug cargo test -- --nocapture evaluator::tests::it_subtitutes_variable_values