Skip to content

aannleax/nemo-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Nemo in a Rust Project

The basic setup is quite simple. First create a new project:

cargo new project

Then, add nemo as a dependency in Cargo.toml

[dependencies]
nemo = { git = "https://github.com/knowsys/nemo" }

Then simply compile with cargo build -r

To see the output of this example:

cargo run -- datalog/program.rls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages