MCPcopy Create free account
hub / github.com/android10/Rust-Cross-Platform-Development / out

Function out

rust-library/cryptor_global/src/console.rs:40–42  ·  view source on GitHub ↗

Prints a message to the standard output. Example: ``` use cryptor_global::console; console::out("hello"); ```

(message: &str)

Source from the content-addressed store, hash-verified

38/// console::out("hello");
39/// ```
40pub fn out(message: &str) {
41 println!("Message: {}", &message);
42}
43
44/// Prints a message to the standard output.
45///

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected