sassi-macros 0.1.0-beta.2

Support proc-macro crate re-exported by sassi for ordinary adopters.
Documentation
1
2
3
4
5
error: Cacheable: requires a field literally named `id` (v0.2 will support `#[cacheable(id)]` for custom names)
 --> tests/compile_fail/cacheable_missing_id_field.rs:6:8
  |
6 | struct NoIdHere {
  |        ^^^^^^^^