From 75d41f983a56584d548a8b2c49914a90d2333a2d Mon Sep 17 00:00:00 2001 From: hakki Date: Tue, 29 Oct 2024 19:14:33 +0100 Subject: [PATCH] docs: add general description --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 7a4282f..590003b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,6 +5,11 @@ html_logo_url = "https://codeberg.org/topola/topola/raw/commit/e1b56875edf039aab9f41868826bcd3a92097133/assets/logo.svg" )] #![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; #[macro_use]