Skip to content

Latest commit

 

History

History

contributing-code-building

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Building the code

The root directory of the repo is a Cargo Workspace. This means you can simply run cargo build from the root directory to build everything, the output will be in the target directory. If you wish to build a specific component, simply run cargo build from the folder of the component. See Understanding the drasi-core repo code organization for more information on the specific components.