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

Required by

Verified with

Code

//! Provides `"Hello"`.

pub static HELLO: &str = "Hello";
Back to top page