From 70a5c483c66d694ee08b623eab7138c5f42aef4d Mon Sep 17 00:00:00 2001 From: Enes Date: Thu, 5 Sep 2024 01:58:55 +0300 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2e3e4d1..ce6b17b 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # asap-rs [![crates.io](https://img.shields.io/crates/v/asap-rs.svg)](https://crates.io/crates/asap-rs) ![License](https://img.shields.io/badge/License-MIT-blue.svg) +[![Rust](https://github.com/altunenes/asap-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/altunenes/asap-rs/actions/workflows/rust.yml) A Rust implementation of ASAP (Automatic Smoothing for Attention Prioritization), based on the paper "ASAP: Prioritizing Attention via Time Series Smoothing" learn more: [source paper & js code: ](https://github.com/stanford-futuredata/ASAP)