From fd98a1b2f84eb814c103abf0fa9e5bd30608e9f6 Mon Sep 17 00:00:00 2001 From: PaulXu <40262910+xb284524239@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:37:04 +0800 Subject: [PATCH 1/5] Update README.md Add a library called 'dicom-rs', which is a Rust-based implementation of the DICOM standard. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d5212c..48bd609 100644 --- a/README.md +++ b/README.md @@ -1548,6 +1548,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Image processing * [abonander/img_hash](https://github.com/abonander/img_hash) - Perceptual image hashing and comparison for equality and similarity. +* [Enet4/dicom-rs](https://github.com/Enet4/dicom-rs) - Rust implementation of the DICOM standard. * [image-rs/image](https://github.com/image-rs/image) - Basic imaging processing functions and methods for converting to and from image formats * [image-rs/imageproc](https://github.com/image-rs/imageproc) - An image processing library, based on the `image` library. * [marekm4/dominant_color](https://github.com/marekm4/dominant_color) [[dominant_color](https://crates.io/crates/dominant_color)] - Dominant color extractor ![build badge](https://github.com/marekm4/dominant_color/actions/workflows/rust.yml/badge.svg?branch=master) From db2b0054cc1ff4507fbfd1d4a63597786fb15fe8 Mon Sep 17 00:00:00 2001 From: PaulXu <40262910+xb284524239@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:16:28 +0800 Subject: [PATCH 2/5] Update README.md Add a lib called 'dicom-rs', which is a Rust implementation of the DICOM standard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48bd609..26237e1 100644 --- a/README.md +++ b/README.md @@ -1548,7 +1548,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Image processing * [abonander/img_hash](https://github.com/abonander/img_hash) - Perceptual image hashing and comparison for equality and similarity. -* [Enet4/dicom-rs](https://github.com/Enet4/dicom-rs) - Rust implementation of the DICOM standard. +* [Enet4/dicom-rs](https://github.com/Enet4/dicom-rs) - A pure Rust implementation of the DICOM standard, allowing users to work with DICOM objects and interact with DICOM applications, while aiming to be fast, safe, and intuitive to use. * [image-rs/image](https://github.com/image-rs/image) - Basic imaging processing functions and methods for converting to and from image formats * [image-rs/imageproc](https://github.com/image-rs/imageproc) - An image processing library, based on the `image` library. * [marekm4/dominant_color](https://github.com/marekm4/dominant_color) [[dominant_color](https://crates.io/crates/dominant_color)] - Dominant color extractor ![build badge](https://github.com/marekm4/dominant_color/actions/workflows/rust.yml/badge.svg?branch=master) From 38c4ce32b93ca8d482ce578bc167ed9c0d011bee Mon Sep 17 00:00:00 2001 From: Arthur Henrique Date: Sat, 17 Aug 2024 12:28:29 -0300 Subject: [PATCH 3/5] feat: add rusti-cal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8813212..12f3f05 100644 --- a/README.md +++ b/README.md @@ -1277,6 +1277,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ [[date](https://crates.io/keywords/date), [time](https://crates.io/keywords/time)] +* [arthurhenrique/rusti-cal](https://github.com/arthurhenrique/rusti-cal) [[CRATE](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust * [chronotope/chrono](https://github.com/chronotope/chrono) - Date and time library * [Mnwa/ms](https://github.com/Mnwa/ms) [[ms-converter](https://crates.io/crates/ms-converter)] - it's a library for converting human-like times to milliseconds [![build badge](https://github.com/Mnwa/ms/workflows/build/badge.svg?branch=master)](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) * [sorairolake/nt-time](https://gitlab.com/sorairolake/nt-time) [[nt-time](https://crates.io/crates/nt-time)] - A Windows file time library. [![CI](https://gitlab.com/sorairolake/nt-time/workflows/CI/badge.svg?branch=develop)](https://gitlab.com/sorairolake/nt-time/actions?query=workflow%3ACI) From b93eebebe14eebb6fb12b09405c3bb44b6839b35 Mon Sep 17 00:00:00 2001 From: Arthur Henrique Date: Sat, 17 Aug 2024 12:31:33 -0300 Subject: [PATCH 4/5] add badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f3f05..018385d 100644 --- a/README.md +++ b/README.md @@ -1277,7 +1277,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ [[date](https://crates.io/keywords/date), [time](https://crates.io/keywords/time)] -* [arthurhenrique/rusti-cal](https://github.com/arthurhenrique/rusti-cal) [[CRATE](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust +* [arthurhenrique/rusti-cal](https://github.com/arthurhenrique/rusti-cal) [[rusti-cal](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust. ![Tests](https://github.com/arthurhenrique/rusti-cal/actions/workflows/rust.yml/badge.svg) * [chronotope/chrono](https://github.com/chronotope/chrono) - Date and time library * [Mnwa/ms](https://github.com/Mnwa/ms) [[ms-converter](https://crates.io/crates/ms-converter)] - it's a library for converting human-like times to milliseconds [![build badge](https://github.com/Mnwa/ms/workflows/build/badge.svg?branch=master)](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) * [sorairolake/nt-time](https://gitlab.com/sorairolake/nt-time) [[nt-time](https://crates.io/crates/nt-time)] - A Windows file time library. [![CI](https://gitlab.com/sorairolake/nt-time/workflows/CI/badge.svg?branch=develop)](https://gitlab.com/sorairolake/nt-time/actions?query=workflow%3ACI) From 2803d5177a311059ae56649b0410f0d35c27c1ec Mon Sep 17 00:00:00 2001 From: Arthur Henrique Date: Sun, 18 Aug 2024 05:48:09 -0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 018385d..45d038d 100644 --- a/README.md +++ b/README.md @@ -1277,7 +1277,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ [[date](https://crates.io/keywords/date), [time](https://crates.io/keywords/time)] -* [arthurhenrique/rusti-cal](https://github.com/arthurhenrique/rusti-cal) [[rusti-cal](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust. ![Tests](https://github.com/arthurhenrique/rusti-cal/actions/workflows/rust.yml/badge.svg) +* [arthurhenrique/rusti-cal](https://github.com/arthurhenrique/rusti-cal) [[rusti-cal](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust. * [chronotope/chrono](https://github.com/chronotope/chrono) - Date and time library * [Mnwa/ms](https://github.com/Mnwa/ms) [[ms-converter](https://crates.io/crates/ms-converter)] - it's a library for converting human-like times to milliseconds [![build badge](https://github.com/Mnwa/ms/workflows/build/badge.svg?branch=master)](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) * [sorairolake/nt-time](https://gitlab.com/sorairolake/nt-time) [[nt-time](https://crates.io/crates/nt-time)] - A Windows file time library. [![CI](https://gitlab.com/sorairolake/nt-time/workflows/CI/badge.svg?branch=develop)](https://gitlab.com/sorairolake/nt-time/actions?query=workflow%3ACI)