Skip to content

Commit 695bab4

Browse files
committed
add badges
1 parent 1fc8a7a commit 695bab4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[<img alt="github" src="https://img.shields.io/badge/GitHub-kaikalii%2Fhodaun-8da0cb?logo=github">](https://github.com/kaikalii/hodaun)
2+
[<img alt="crates.io" src="https://img.shields.io/badge/crates.io-hodaun-orange?logo=rust">](https://crates.io/crates/hodaun)
3+
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-hodaun-blue?logo=docs.rs">](https://docs.rs/hodaun)
4+
15
# Hodaun
26

37
An audio IO and synthesis library for Rust.

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#![allow(clippy::needless_range_loop)]
33

44
/*!
5+
[<img alt="github" src="https://img.shields.io/badge/GitHub-kaikalii%2Fhodaun-8da0cb?logo=github">](https://github.com/kaikalii/hodaun)
6+
[<img alt="crates.io" src="https://img.shields.io/badge/crates.io-hodaun-orange?logo=rust">](https://crates.io/crates/hodaun)
7+
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-hodaun-blue?logo=docs.rs">](https://docs.rs/hodaun)
8+
59
This crate provides interfaces for audio synthesis, mixing, input, and output.
610
711
# Usage

0 commit comments

Comments
 (0)