Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/52_rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Rust
icon: material/language-rust
---

[libspot-rs](https://github.com/shenxiangzhuang/libspot-rs) is a Rust wrapper for libspot.


## Install

You can install it by `cargo`:

```shell
cargo add libspot
```

## Get started

<!-- prettier-ignore -->
```python
--8<-- "https://raw.githubusercontent.com/shenxiangzhuang/libspot-rs/refs/heads/master/examples/simple.rs"
```
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ markdown_extensions:
- admonition
- footnotes
- pymdownx.details
- pymdownx.snippets
- pymdownx.snippets:
url_download: true
- pymdownx.superfences:
custom_fences:
# - name: vegalite
Expand Down
Loading