parent
e4b17ff3e8
commit
bf4708eb83
3 changed files with 9 additions and 2 deletions
@ -0,0 +1,3 @@ |
||||
project('rust shared library', 'rust') |
||||
|
||||
l = shared_library('stuff', 'stuff.rs') |
@ -0,0 +1,3 @@ |
||||
#![crate_id = "stuff#1.0"] |
||||
|
||||
pub fn explore() -> &'static str { "librarystring" } |
Loading…
Reference in new issue