:heavy_check_mark: examples/rust/crates/helloworld/world/src/lib.rs

Required by

Verified with

Code

//! Provides `"World"`.

pub static WORLD: &str = "World";
Back to top page