/dacha

Monorepo for awesome tools/projects/libraries

Primary LanguageRustApache License 2.0Apache-2.0

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.

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.
    • As a general rule of thumb, we'd prefer to clone any dependencies into here rather than relying on package manager based vendoring.