rolldown_utils 0.1.0

General-purpose utilities for Rolldown
Documentation
1
2
3
pub fn uuid_v4() -> String {
  uuid::Uuid::new_v4().to_string()
}