unstyled 0.1.3

Unstyled is just another library which allows to write scoped CSS styles in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "unstyled"
version = "0.1.3"
dependencies = [
 "unstyled_macro",
]

[[package]]
name = "unstyled_macro"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe171a7f886f901ae44aae093435ad8fee0aa974ebc426ba194cd56deb5c1a2"