We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1be97 commit 23a011eCopy full SHA for 23a011e
README.md
@@ -1,2 +1,20 @@
1
# podcast-api-rust
2
Rust library for the Listen Notes Podcast API
3
+
4
+## Check
5
+ - formatting: `cargo fmt --check`
6
+ - valid code: `cargo check`
7
+ - linting: `cargo clippy`
8
9
+## Build
10
+`cargo build`
11
12
+## Test
13
+`cargo test`
14
15
+## Usage
16
+Add this to your `Cargo.toml`:
17
+```toml
18
+[dependencies]
19
+podcast-api = "0.1"
20
+```
0 commit comments