Skip to content

dennisss/dacha

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.