Files
concrete/compiler/lib/Bindings/Rust
tmontaigu d188cfae54 fix(rust): change tinfo linking to ncurses
- tinfo is a part of the ncurses project.
- tinfo does not seem easily installable stand alone
  (no brew install tinfo, no dnf install tinfo-devel, etc)
  but installing ncurses is possible and generally makes tinfo
  'findable'
- on macos (M1 mac) it seems that even with ncurses installed
  tinfo is not found, but linking to ncurses fixes the problem
2023-01-13 19:32:50 +01:00
..
2022-11-02 14:46:38 +01:00

Rust Bindings

A Rust library providing an API to the Concrete Compiler.

Build

$ cargo build --release