Skip to content
/ c4rust Public

model your c4 architecture using the programming language Rust

Notifications You must be signed in to change notification settings

guija/c4rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c4rust

Model your c4 architecture using the programming language Rust

Rust

Build and test

  • Compile: cargo b
  • Run tests: cargo t
  • Run main: cargo r
  • Run example: cargo r --example <folder name in /examples>

Example usage

  • cargo r --example company | dot -Tpng > container.png && eog container.png
  • cargo r --example company | dot -Tsvg > container.svg && firefox container.svg

About

model your c4 architecture using the programming language Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages