Skip to content

alekseysidorov/exonum-python-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exonum python backend

Work in progress, readme will be updated soon.

Linkage

To avoid linkage issues, you have to do (for linux):

source "$HOME/.cargo/env"
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"

For MacOS in theory you can replace LD_LIBRARY_PATH with DYLD_LIBRARY_PATH and it may work, but I didn't check.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.2%
  • Rust 33.8%