rspack_core 0.102.1

rspack core
Documentation
1
2
3
4
5
6
7
use rspack_cacheable::cacheable;

#[cacheable]
#[derive(Debug, Clone)]
pub struct Meta {
  pub max_dependency_id: u32,
}