File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v0.4.0 " ></a >
2
+ ## v0.4.0 (2017-11-21)
3
+
4
+
5
+ #### Improvements
6
+
7
+ * switch to async API ([ b6d2e9a2] ( https://github.com/indiv0/wolfram-alpha-rs/commit/b6d2e9a26dd2261a9bf3b2c530e0d3f85bd7ff56 ) )
8
+ * remove unnecessary mut ([ 29858ced] ( https://github.com/indiv0/wolfram-alpha-rs/commit/29858ced9730c372eaea04cddc0eb135f402e2ce ) )
9
+ * replace ` try! ` with ` ? ` ([ d7059a30] ( https://github.com/indiv0/wolfram-alpha-rs/commit/d7059a300b13609a88b4bbfa626af65b67559265 ) )
10
+
11
+
12
+
1
13
<a name =" v0.3.0 " ></a >
2
14
## v0.3.0 (2016-12-18)
3
15
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wolfram_alpha"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Nikita Pekin <contact@nikitapek.in>" ]
5
5
description = " A library providing Rust bindings for the Wolfram|Alpha API"
6
6
repository = " https://github.com/indiv0/wolfram-alpha-rs"
@@ -9,9 +9,10 @@ readme = "README.md"
9
9
keywords = [
10
10
" wolfram" ,
11
11
" alpha" ,
12
+ " async" ,
12
13
" API" ,
13
- " web" ,
14
14
" library" ,
15
+ " web" ,
15
16
]
16
17
license = " MIT/Apache-2.0"
17
18
include = [
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add the following to your `Cargo.toml`:
30
30
31
31
``` toml
32
32
[dependencies ]
33
- wolfram_alpha = " 0.3 "
33
+ wolfram_alpha = " 0.4 "
34
34
```
35
35
36
36
And in your ` lib.rs ` or ` main.rs ` :
@@ -39,7 +39,8 @@ And in your `lib.rs` or `main.rs`:
39
39
extern crate wolfram_alpha;
40
40
```
41
41
42
- See the [ API docs] [ api-docs ] for information on using the crate in your library.
42
+ See the [ API docs] [ api-docs ] for information on using the crate in your library,
43
+ or take a look at an example in the [ examples] [ examples ] directory.
43
44
44
45
## Contributing
45
46
@@ -64,7 +65,8 @@ Apache License (Version 2.0).
64
65
65
66
See [ LICENSE-APACHE] [ license-apache ] , and [ LICENSE-MIT] [ license-mit ] for details.
66
67
67
- [ api-docs ] : https://indiv0.github.io/wolfram-alpha-rs/wolfram_alpha
68
+ [ api-docs ] : https://indiv0.github.io/wolfram-alpha-rs/wolfram_alpha " API Documentation "
69
+ [ examples ] : https://github.com/indiv0/wolfram-alpha-rs/tree/master/examples " Examples "
68
70
[ contributing ] : https://github.com/indiv0/wolfram-alpha-rs/blob/master/CONTRIBUTING.md " Contribution Guide "
69
71
[ contributors ] : https://github.com/indiv0/wolfram-alpha-rs/blob/master/CONTRIBUTORS.md " List of Contributors "
70
72
[ license-apache ] : https://github.com/indiv0/wolfram-alpha-rs/blob/master/LICENSE-APACHE " Apache-2.0 License "
You can’t perform that action at this time.
0 commit comments