Skip to content

eustrainLee/rustgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustgo

demo of call go lib in rust

build

static:

go build -buildmode=c-archive -o libhelloworld.a main.go

shared:

go build -o libhellowrold.so -buildmode=c-shared main.go

About

demo of call go lib in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published