Skip to content

Commit 1904903

Browse files
authored
add std feature to readme (#145)
* add std to readme * readme
1 parent 49881d2 commit 1904903

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ pubnub = { version = "0.0.0", features = ["parse_token"] }
103103
| `reqwest` | Uses [reqwest](https://github.com/seanmonstar/reqwest) as a transport layer | n/a |
104104
| `blocking` | Enables blocking executions of APIs | n/a |
105105
| `aescbc` | Enables AES-CBC encryption | n/a |
106+
| `std` | Enables `std` library | n/a |
106107

107108
## Documentation
108109

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
//! | `reqwest` | Uses [reqwest](https://github.com/seanmonstar/reqwest) as a transport layer | n/a |
107107
//! | `blocking` | Enables blocking executions of APIs | n/a |
108108
//! | `aescbc` | Enables AES-CBC encryption | n/a |
109+
//! | `std` | Enables `std` library | n/a |
109110
//!
110111
//! ## Documentation
111112
//!

0 commit comments

Comments
 (0)