Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.58 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.58 KB

Native Land

CI (Rust) CI (C++)

codecov DeepSource DeepSource

A monorepo for my native projects: Rust, Zig, C++..., including code on GPU.

The repo is organized as follows, strongly inspired by Research Codebase Manifesto with (tentative) shorter names:

  • yard-*: experimental stuff per language, avoid dependencies between and upon them, some code might graduate to proj* and pkg-*
  • proj, proj-*: projects in general, or per language, may depend on pkg-*
  • pkg-*: production-ready packages per language
    • in the case of Rust, it's named crates instead
  • notebooks: Jupyter notebooks, if there is a supported kernel
  • archived: old stuff, not maintained anymore

The repo root can serve as a workspace for each build tool, like cargo, xmake etc.