commit 3de5a3245a944944b2853e613d2cd7b72f2ac24d parent 7ef64b65a42cdb65ef2e36649ff84fcf4bb00c66 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Thu, 19 Oct 2023 12:53:44 +0200 BUILD: Add readme on new structure Diffstat:
| A | src/README | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/README b/src/README @@ -0,0 +1,13 @@ +# Folder layout + + - lib/ : Core libraries. Does not contain any binaries. + - service/: Core services. Contains services and daemons. + - plugin/: ltlibraries/dlload plugins. DBs, REST, Block etc. + - contrib/: Third-party, experimental or currently unmaintained components. Also has lib/service/plugin layout. + +# Open issues: + + - Separate folder for daemons after service? daemon/ + - Separate folder for tests after plugin? test/ + - Separate folder for configuration? conf/ + - Possibly move arm and testing into lib and rename it to base/