Commit Graph

77 Commits

Author SHA1 Message Date
John Nunley 5b505fc26d
docs: Add link to Matrix chat to README
This should hopefully improve discovery for our Matrix chatroom.

Signed-off-by: John Nunley <dev@notgull.net>
2024-01-15 17:40:30 -08:00
Alex Touchet f0cd8e37d9
docs: Fix build badge 2023-10-18 05:47:03 -07:00
Taiki Endo c428a2b225 Bump MSRV to 1.63
rustix 0.38 and the next version of many io-related async-* crates
require Rust 1.63.
2023-08-06 16:06:53 +09:00
John Nunley 35b45aa3da
docs: Use the new smol logo in docs and README 2023-07-16 07:22:16 -07:00
Taiki Endo c65906cac8 Bump MSRV to 1.48
async-lock 2.7.0 requires Rust 1.48.

```
error[E0658]: use of unstable library feature 'future_readiness_fns'
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.7.0/src/once_cell.rs:430:45
    |
430 |             self.initialize_or_wait(move || std::future::ready(closure()), &mut Blocking),
    |                                             ^^^^^^^^^^^^^^^^^^
    |
```
2023-03-06 01:47:28 +09:00
John Nunley 36e085f9fa
Add an official MSRV policy (#243) 2023-01-15 11:42:17 +09:00
Taiki Endo 2526bf7d80 Update license badge to match Cargo.toml 2021-02-14 20:49:21 +09:00
atouchet b1dbdc00f9 Update URLs 2020-12-23 12:31:12 -08:00
Stjepan Glavina f7d0eba792
Update README.md 2020-10-14 23:48:24 +02:00
Stjepan Glavina 68d2db5091 Update async-executor 2020-09-20 18:29:46 +02:00
Stjepan Glavina 1ab67fba35 More docs 2020-08-30 22:32:10 +02:00
Stjepan Glavina 2577771b20 Fix some errors 2020-08-27 00:04:00 +02:00
Stjepan Glavina 933c12419b Update readme 2020-08-27 00:02:37 +02:00
Guillaume Gomez 59fb32b48e Add doc-comment to test README examples 2020-08-06 16:19:10 +02:00
Stjepan Glavina ead5867905 Bump to v0.3.2 2020-07-23 23:58:34 +02:00
Stjepan Glavina a3552bcadc Reexport FutureExt 2020-07-23 23:58:34 +02:00
Stjepan Glavina 6b17753027
Update README.md 2020-07-23 15:04:13 +02:00
Stjepan Glavina 98e75b9759 Bump to v0.3.1 2020-07-23 13:06:06 +02:00
Stjepan Glavina 92364e6fb3 Clarification 2020-07-23 12:40:08 +02:00
Stjepan Glavina 9cffe01a92 Big refactor 2020-07-23 12:24:16 +02:00
Stjepan Glavina b3005d9420 Change 0.1 to 0.2 in docs 2020-07-20 11:54:58 +02:00
Stjepan Glavina f61db4fcbe Refactor 2020-07-14 21:19:01 +02:00
leo-lb 6a9216139d Add reference to smol-potat for an ergonomic extension to smol 2020-07-12 06:27:58 +00:00
Stjepan Glavina 566cfe95b5 Remove coverage 2020-05-17 13:48:05 +02:00
0xflotus fffd3d46ac
(docs): added 'l' letter to cancellation 2020-05-11 14:42:57 +02:00
Stjepan Glavina e48a8787f4
Update README.md 2020-05-03 18:28:19 +02:00
Tshepang Lekhonkhobe e70594a049
readme: fix CI link 2020-04-28 17:29:09 +02:00
Stjepan Glavina db458b7c60
Merge pull request #48 from svartalf/ci-code-coverage
Ci code coverage
2020-04-28 05:31:36 -07:00
svartalf cf8597b4b2 Code coverage badge 2020-04-28 15:17:32 +03:00
Stjepan Glavina 2921602606
Merge pull request #47 from stjepang/ace/certs
Fix crashes in simple-server
2020-04-28 04:35:12 -07:00
Stjepan Glavina 339b9d1849
Merge pull request #40 from alexeldeib/ace/certs
fix: example server crash on insecure SSL
2020-04-28 04:13:34 -07:00
Stjepan Glavina a52bdf354f Some more comments 2020-04-28 13:09:59 +02:00
Stjepan Glavina a1ba646dce
Update README.md 2020-04-28 09:40:48 +02:00
Ace Eldeib 446f1cc1d2 docs: don't suggest trusting certs 2020-04-27 16:29:30 -07:00
Tshepang Lekhonkhobe ec7f89d9a2 remove extraneous whitespace 2020-04-27 23:34:51 +02:00
Stjepan Glavina 69d808ff68
Update README.md 2020-04-27 18:58:33 +02:00
Stjepan Glavina 2ff9e2cbf3 Less dependencies 2020-04-27 18:57:16 +02:00
Stjepan Glavina 440eee9f28
Fix discord link 2020-04-27 16:06:56 +02:00
Stjepan Glavina d954e46252 Fix the version in examples 2020-04-27 15:15:17 +02:00
Stjepan Glavina a34cd7e3f9
Update README.md 2020-04-27 12:32:50 +02:00
Stjepan Glavina b294936605
Update README.md 2020-04-27 12:25:51 +02:00
Stjepan Glavina f1722c3164 Fill in missing info 2020-04-26 19:51:03 +02:00
Stjepan Glavina 1d14d3d187 Fix the badge link 2020-04-26 19:50:44 +02:00
Stjepan Glavina 3e899311b0 More docs and comments 2020-04-26 19:38:08 +02:00
Stjepan Glavina 6a02cbb054 More docs 2020-04-25 23:19:52 +02:00
Taiki Endo 04081d7cab Rename tokio feature to tokio02 2020-04-24 21:56:49 +09:00
Stjepan Glavina 461a7c3e4f More comments and docs 2020-04-22 16:01:48 +02:00
Stjepan Glavina 3546a879a6 More comments 2020-04-21 22:38:46 +02:00
Stjepan Glavina 78a867e455 More comments 2020-04-21 22:04:47 +02:00
Stjepan Glavina 72b5b2deac WIP note 2020-04-21 20:38:50 +02:00