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)