Skip to content

LetsMelon/rust-python-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start service:

docker build -t bionf:latest .
docker run -it --rm -v $(pwd)/src:/host bionf:latest

Docker:

cd rust/
cargo build --release
cp ./target/release/libbioinf02lib.so ../python/myrustlib.so
cd ../python
python3 app.py # or pytest app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published