9 lines
266 B
Rust
9 lines
266 B
Rust
//! nyash-next: Next-generation Nyash crate skeleton.
|
|
//!
|
|
//! This crate is intentionally minimal to keep the legacy `src/` untouched.
|
|
//! Start new modules here while preserving the existing `nyash-rust` crate.
|
|
|
|
pub fn version() -> &'static str {
|
|
"0.1.0-dev"
|
|
}
|