Skip to content

phnx-im/hpi-evolving-identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolving Identity

  1. Building the library and running tests
  2. Building Docs

Building the library and running tests

The following commands have to be run from the libraries root directory. To build the library, run

cargo build

The output files will be created in the target/debug subdirectory.

To run tests, do:

cargo test -F test

Building Docs

A documentation of all the public functions and structs will be built and opened in the browser using

cargo doc --no-deps --open

The files can also be found in the target/doc subdirectory.

To build a high-level md-book documentation, the mdbook and plantuml binaries are required. These can be installed using cargo:

cargo install mdbook
cargo install mdbook-plantuml --no-default-features --features plantuml-ssl-server

The md-book can be created and opened by doing

cd documentation
mdbook serve --open

The book files will then be located in the documentation/book subdirectory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages