Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
encodeous committed Aug 30, 2024
1 parent bb3a9da commit a4364e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# root

[root](https://github.com/encodeous/root) is an abstract I/O-free implementation of the [Babel Routing Protocol](https://datatracker.ietf.org/doc/html/rfc8966) with its own take. It provides a high-level framework to design dynamic, fault-tolerant networks.
[root](https://github.com/encodeous/root) is an abstract I/O-free routing framework inspired by the [Babel Routing Protocol](https://datatracker.ietf.org/doc/html/rfc8966). It provides a high-level framework to design dynamic, fault-tolerant networks.

The application is solely responsible for providing I/O and scheduling events, meaning that users of root are free to use any platform, framework, or architecture they desire.

Expand Down
1 change: 1 addition & 0 deletions root/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords = ["routing", "network", "io-free"]
categories = ["network-programming"]
repository = "https://github.com/encodeous/root"
readme = "../README.md"
description = "root is an abstract I/O free routing protocol"

[dependencies]
anyhow = "1.0.86"
Expand Down

0 comments on commit a4364e4

Please sign in to comment.