include_str() — tailwindcss Function Reference
Architecture documentation for the include_str() function in auto_source_detection.rs from the tailwindcss codebase.
Entity Profile
Relationship Graph
Source Code
crates/oxide/src/scanner/auto_source_detection.rs lines 30–35
pub static IGNORED_CONTENT_DIRS: sync::LazyLock<Vec<&'static str>> = sync::LazyLock::new(|| {
include_str!("fixtures/ignored-content-dirs.txt")
.trim()
.lines()
.collect()
});
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free