From a0ef017a15526b086c74821ac6a6a3f0e8d3868b Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 10 Mar 2024 16:05:54 -0500 Subject: [PATCH 1/4] Added text to Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d33c68..983df98 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Minimum rustc version](https://img.shields.io/badge/rustc-1.44.0+-lightgray.svg)](#rust-version-requirements) A common general purpose library for SIP. It can parse and generate all SIP -structures. +structures. This new repo will accomadate next-gen communications for terrestial and spacial communication. Like [HTTP](https://github.com/hyperium/http), this crate is a general purpose library for common types found when working with the SIP protocol. From 7253a758199c32e9ae6e92b8498e74d45d34484d Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 10 Mar 2024 16:20:15 -0500 Subject: [PATCH 2/4] another commit test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 983df98..2cd75b6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![Crates.io Version](https://img.shields.io/crates/v/rsip.svg)](https://crates.io/crates/rsip) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.44.0+-lightgray.svg)](#rust-version-requirements) +testing123 + A common general purpose library for SIP. It can parse and generate all SIP structures. This new repo will accomadate next-gen communications for terrestial and spacial communication. From 0d8bc6c768f47db23644cddb3960369d702946a1 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 10 Mar 2024 16:24:43 -0500 Subject: [PATCH 3/4] added functionality --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd75b6..16d42db 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ [![Crates.io Version](https://img.shields.io/crates/v/rsip.svg)](https://crates.io/crates/rsip) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.44.0+-lightgray.svg)](#rust-version-requirements) -testing123 +testing123/added branch + A common general purpose library for SIP. It can parse and generate all SIP structures. This new repo will accomadate next-gen communications for terrestial and spacial communication. From 9a38f33835d425573814a2baa40dd39292bfabfa Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 10 Mar 2024 16:28:20 -0500 Subject: [PATCH 4/4] removed added func --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 16d42db..b67e793 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ [![Crates.io Version](https://img.shields.io/crates/v/rsip.svg)](https://crates.io/crates/rsip) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.44.0+-lightgray.svg)](#rust-version-requirements) -testing123/added branch - A common general purpose library for SIP. It can parse and generate all SIP structures. This new repo will accomadate next-gen communications for terrestial and spacial communication.