advotracker: reorganize the project using a crate based structure
* advotracker: the framework project * crate/advotrackerdb: implementation of the database backend * crate/advotrackerd: implementation of the backend (daemon) * crate/adovtracker: implementaton of the application (CLI and GUI) Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#![crate_name = "advotracker"]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
//! # advotracker-framework
|
||||
//!
|
||||
//! 
|
||||
//!
|
||||
//! `AdvoTracker` is a framework implemented in the `Rust` language
|
||||
//! ().
|
||||
//! It assembles a client/server infrastructure needed to build a scalable, robust
|
||||
@@ -35,8 +40,9 @@
|
||||
//!
|
||||
//! The following image try to illustrate the major components and its workflow.
|
||||
//!
|
||||
//! 
|
||||
//!
|
||||
|
||||
|
||||
// eperimental features
|
||||
//#![feature(extern_doc)]
|
||||
//#[doc(include="../README.md")]
|
||||
|
||||
Reference in New Issue
Block a user