Docs.rs
tailwind-parse-0.17.0
tailwind-parse 0.17.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
arlyon
Dependencies
eddie ^0.4.2
normal
itertools ^0.10.5
normal
nom ^7.1.1
normal
nom_locate ^4.0.0
normal
phf ^0.11.1
normal
stailwc-swc-utils ^0.16.0
normal
swc_core =0.76.9
normal
tailwind-config ^0.17.0
normal
tailwind-parse-macro ^0.17.0
normal
thiserror ^1.0.37
normal
anyhow ^1.0.66
dev
pretty_assertions ^1.3.0
dev
test-case ^2.2.2
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
PluginResult
In tailwind_parse
?
Type Definition
tailwind_parse
::
PluginResult
source
·
[
−
]
pub type PluginResult<'a> =
Result
<ObjectLit,
Vec
<&'a
str
>>;