Module: RustExample

Defined in:
lib/rust_example/version.rb,
ext/rust_example/rust_example.c

Overview

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.helloObject



4
5
6
7
8
# File 'ext/rust_example/rust_example.c', line 4

VALUE hello(void) {
    printf("Hello, world\n");

    return Qnil;
}