mylib/
lib.rs

1pub struct Foo {
2    pub value: i32,
3}