INNER CODE UNIT · Rust
build_date
ogham/dog · build.rs:156
fn build_date() -> String {
let now = LocalDateTime::now();
format!("{}", now.date().iso())
}
INNER CODE UNIT · Rust
ogham/dog · build.rs:156
fn build_date() -> String {
let now = LocalDateTime::now();
format!("{}", now.date().iso())
}