More documentation and stub for alternative repository management

This commit is contained in:
Kreyren 2020-01-31 05:48:58 +00:00
parent 78f55d661d
commit b2ea48bf1d
4 changed files with 10 additions and 3 deletions

View File

@ -15,4 +15,6 @@ clap = "2.33.0"
# FIXME: Replace with latest once development is in gold
log = "0.4.8"
# FIXME: Replace with latest once development is in gold
die = "0.2.0"
die = "0.2.0"
# Used for repository management as alternative to 'make'
cargo-make = "0.26.2"

View File

@ -4,5 +4,9 @@ This is stub file used for various informations about the source that cannot be
**FIXME:** Add Flow chart
**FIXME:** Add Dependency flow chart
**FIXME:** Add Mindmap
### References
Rust source hierarchy - https://doc.rust-lang.org/cargo/reference/manifest.html#the-project-layout

1
src/bin/README.md Normal file
View File

@ -0,0 +1 @@
Standard directory recognized by cargo for alternative binaries to `main.rs`

View File

@ -1,3 +1,3 @@
This directory is used for various subcommands used by zernif
non-standard directory used for various subcommands used by zernit
Note that this is non-standard directory which defines these subcommands as modules
These are modules being used as subcommands from which `main.rs` points to