Docs.rs
rspack_core-0.100.1
Platform
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
rspack_core 0.100.1
rspack core
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
artifacts
binding
cache
chunk_graph
compilation
compiler
dependency
exports
incremental
loader
module_graph
options
plugin
resolver
stats
transient_cache
utils
chunk.rs
chunk_group.rs
concatenated_module.rs
context_module.rs
context_module_factory.rs
debug_info.rs
dependencies_block.rs
diagnostics.rs
entrypoint.rs
external_module.rs
fake_namespace_object.rs
ignore_error_module_factory.rs
init_fragment.rs
lib.rs
logger.rs
module.rs
module_factory.rs
normal_module.rs
normal_module_factory.rs
parser_and_generator.rs
raw_module.rs
reserved_names.rs
runtime.rs
runtime_globals.rs
runtime_module.rs
runtime_template.rs
self_module.rs
self_module_factory.rs
ukey.rs
value_cache_versions.rs
1
2
3
use
crate
::
ChunkGroup
;
pub
type
Entrypoint
=
ChunkGroup
;