Skip to content

shinsei-aka/Rack-discos

 
 

Repository files navigation

dacha

This is a monorepo/ecosystem of software/hardware solutions built by Dennis. Code is written primarily in Rust. Check out the partial list of what's available below.

To get started using the existing applications in this repo, follow the user guide.

Components

Systems

Libraries

Compilers

Directory Structure

Directories under this repository are used as follows:

  • pkg/[name](/[subname])* : First party Rust crates
  • doc/ : General documentation not associated with any specific package
  • testdata/ : Data for testing stuff under pkg/
  • third_party/ : Code and data dependencies imported from external sources (not written originally in this repository).
    • Code that interfaces with external services/devices may still exist in pkg/
    • As a general rule of thumb, we'd prefer to clone any dependencies into here rather than relying on package manager based vendoring.

About

Monorepo for awesome tools/projects/libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 94.8%
  • TypeScript 2.5%
  • JavaScript 2.1%
  • Python 0.2%
  • HTML 0.1%
  • Go 0.1%
  • Other 0.2%