| Crates.io | concordevm |
| lib.rs | concordevm |
| version | 0.1.0 |
| created_at | 2025-09-09 21:55:41.935604+00 |
| updated_at | 2025-09-09 21:55:41.935604+00 |
| description | The Concorde Virtual Machine |
| homepage | |
| repository | https://github.com/concordic/ConcordeVM |
| max_upload_size | |
| id | 1831663 |
| size | 52,724 |
This is an ideation and brainstorming repository for this project, as well as a repository serving as a template structure for other repositories.
At a high level, repository structure is as follows:
docs/ contains the documentation for the repositorysrc/ contains the source code of the repositorytests/ contains unit or regression tests to ensure source code functionalityOther files, like build scripts, installation scripts, build tool files e.g. makefiles, will be
in the root directory. Other directories, like lib/ or include/ for language specific applications
can be added, but are not a part of the template.
See here for the project and task tracking page.
Empty right now