mirror of https://codeberg.org/topola/topola.git
docs: add general description
This commit is contained in:
parent
509e032dbc
commit
75d41f983a
|
|
@ -5,6 +5,11 @@
|
||||||
html_logo_url = "https://codeberg.org/topola/topola/raw/commit/e1b56875edf039aab9f41868826bcd3a92097133/assets/logo.svg"
|
html_logo_url = "https://codeberg.org/topola/topola/raw/commit/e1b56875edf039aab9f41868826bcd3a92097133/assets/logo.svg"
|
||||||
)]
|
)]
|
||||||
#![cfg_attr(not(feature = "disable_contracts"), feature(try_blocks))]
|
#![cfg_attr(not(feature = "disable_contracts"), feature(try_blocks))]
|
||||||
|
//! [Topola](https://topola.dev) is a work-in-progress interactive
|
||||||
|
//! topological router in Rust.
|
||||||
|
//!
|
||||||
|
//! The project is funded by the [NLnet Foundation](https://nlnet.nl/) from
|
||||||
|
//! the [NGI0 Entrust](https://nlnet.nl/entrust/) fund.
|
||||||
|
|
||||||
pub mod graph;
|
pub mod graph;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue