rs_lib 0.1.1

一段简单的描述信息,要好好写.
Documentation
1
2
3
int my_func(int x, int y) {
    return x + y + 1;
}