Skip to content

reorganize project structure and migrate source to src/#1

Open
hackerby888 wants to merge 14 commits intoqubic:masterfrom
hackerby888:master
Open

reorganize project structure and migrate source to src/#1
hackerby888 wants to merge 14 commits intoqubic:masterfrom
hackerby888:master

Conversation

@hackerby888
Copy link

  • Documentation: Moved .md files → doc/
  • Configuration: Moved .conf files → conf/
  • Scripts: Moved script files → scripts/
  • Source Code: Migrated core source files to src/
  • Modularity: Grouped related files into separate subdirectories for better organization.

Project structure

.
├── .github/workflows/
├── conf/
├── doc/
├── docker/
├── external/XKCP/
├── scripts/
├── src/
│   ├── connection/
│   ├── core/
│   ├── database/
│   ├── processors/
│   │   ├── indexer/
│   │   ├── io/
│   │   ├── logging/
│   │   └── ticking/
│   ├── rest_api/
│   └── utils/
├── tests/
├── web/
├── CMakeLists.txt
└── .clang-format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant