From 0ea3569c77f423b095a66c8a5349412837462245 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Wed, 24 May 2023 13:51:33 -0400 Subject: [PATCH] Edit title of Dory announcement --- content/gemlog/dory_a_misfin_protocol_library_in_rust.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/gemlog/dory_a_misfin_protocol_library_in_rust.gmi b/content/gemlog/dory_a_misfin_protocol_library_in_rust.gmi index 86b063f..8b44042 100644 --- a/content/gemlog/dory_a_misfin_protocol_library_in_rust.gmi +++ b/content/gemlog/dory_a_misfin_protocol_library_in_rust.gmi @@ -1,5 +1,5 @@ Meta( - title: "Dory a Misfin protocol library in Rust", + title: "Dory: a Misfin protocol library in Rust", summary: Some("Dory is a (WIP) Misfin protocol library in Rust which will implement the protocol in a way that both standalone servers and integrated services can be developed on top of it."), published: Some(Time( year: 2023, @@ -33,4 +33,4 @@ I plan to limit the scope of the crate as follows: * Tofu is handled by a `CertificateStore` trait. It will be left to the library consumer to implement the trait on their own data type, so that you have the option of using anything from a simple HashMap to a database connection. ## Status -Right now what exists is mostly a collection of data types, with a fair bit of the functionality just stubbed in. I started with status codes and parsing requests/responses from their raw data, so those parts are all in place. The Tofu verifier is partway written. I took pains to set up the repository to be easy to understand, and there are lots of doc comments specifying what the various types are meant to be (although I haven't gotten around to examples yet). Basically it's a solid base to build on, but not ready for use. I figured I'd go ahead and put it up publicly in case anyone wants to join in (haha). \ No newline at end of file +Right now what exists is mostly a collection of data types, with a fair bit of the functionality just stubbed in. I started with status codes and parsing requests/responses from their raw data, so those parts are all in place. The Tofu verifier is partway written. I took pains to set up the repository to be easy to understand, and there are lots of doc comments specifying what the various types are meant to be (although I haven't gotten around to examples yet). Basically it's a solid base to build on, but not ready for use. I figured I'd go ahead and put it up publicly in case anyone wants to join in (haha).