Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stranger6667/css-inline
/ css_inline
Function
css_inline
css-inline/tests/test_cli.rs:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
use assert_cmd::{cargo::cargo_bin_cmd, Command};
2
3
fn css_inline() -> Command {
4
cargo_bin_cmd!(
"css-inline"
)
5
}
6
7
#[cfg(feature =
"cli"
)]
8
pub mod tests {
Callers
15
success
Function · 0.70
keep_style_tags
Function · 0.70
keep_at_rules
Function · 0.70
minify_css
Function · 0.70
dont_inline_styles
Function · 0.70
no_remote_stylesheets
Function · 0.70
cache_valid
Function · 0.70
cache_invalid
Function · 0.70
wrong_base_url
Function · 0.70
extra_css_file
Function · 0.70
extra_css_file_not_found
Function · 0.70
extra_css
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected