Commit Graph

590 Commits

Author SHA1 Message Date
Stjepan Glavina 9cffe01a92 Big refactor 2020-07-23 12:24:16 +02:00
Stjepan Glavina 2f00e2c3d3 Simplify imports 2020-07-20 20:44:48 +02:00
Stjepan Glavina 36df3d3bae Update docs 2020-07-20 20:40:27 +02:00
Stjepan Glavina f093e19805 Revert the change in number of executor threads 2020-07-20 19:23:33 +02:00
Stjepan Glavina 39f67144a4 Reexport other crates into smol 2020-07-20 19:20:29 +02:00
Stjepan Glavina b3005d9420 Change 0.1 to 0.2 in docs 2020-07-20 11:54:58 +02:00
Stjepan Glavina b5eb97c60e Bump to v0.2.0 2020-07-20 11:40:55 +02:00
Stjepan Glavina a3193f922a Expand docs a bit 2020-07-20 11:39:04 +02:00
Stjepan Glavina f97ddd9886
Merge pull request #191 from stjepang/reduce-deps
Reduce the number of dependencies
2020-07-20 11:33:55 +02:00
Stjepan Glavina a2c24e9604 Fix compilation errors with async-h1 2020-07-20 08:45:56 +02:00
Stjepan Glavina 8a1efd58ea Update all dependencies 2020-07-20 00:57:31 +02:00
Stjepan Glavina 07ea6cc9f7 Update futures-lite 2020-07-20 00:56:40 +02:00
Stjepan Glavina 7a73c22814 Reduce the number of dependencies 2020-07-20 00:55:35 +02:00
Stjepan Glavina 80461663c4
Merge pull request #188 from stjepang/simplify
Make smol truly live up to its name
2020-07-15 14:46:39 +02:00
Stjepan Glavina 1520334346 Replace writer() with Unblock 2020-07-15 13:56:16 +02:00
Stjepan Glavina 4a18f3cb37 Fix compilation errors on windows 2020-07-15 13:40:48 +02:00
Stjepan Glavina f62230939a Add inotify and timerfd dependencies 2020-07-15 12:15:44 +02:00
Stjepan Glavina cb2fcede56 Fix Linux examples 2020-07-15 11:53:36 +02:00
Stjepan Glavina bf154f249b Add nix dependency 2020-07-15 11:40:03 +02:00
Stjepan Glavina 9c28a276fa Remove uses of async-net 2020-07-15 11:37:50 +02:00
Stjepan Glavina 2d673d7f5e Remove outdated tests 2020-07-15 00:19:20 +02:00
Stjepan Glavina f5805c87b8 Fix compilation errors 2020-07-14 23:26:28 +02:00
Stjepan Glavina 890226254f Remove cross-compilation 2020-07-14 22:59:52 +02:00
Stjepan Glavina d5dfee84db Use published async-net 2020-07-14 22:03:33 +02:00
Stjepan Glavina dea3a164b1 Use published async-io 2020-07-14 22:00:01 +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 84bbdd03cd
Merge pull request #178 from Writtic/fix-web-crawler
Change piper to async-channel on web-crawler example
2020-06-27 13:00:06 +02:00
Writtic d94e80172c Erase Ok(()) on fetch 2020-06-27 17:58:36 +09:00
writtic bcc32e5569 change piper to async-channel on web-crawler
- `piper` is deprecated so the crate need to be changed to `async-channel`
2020-06-27 17:57:57 +09:00
Stjepan Glavina ccb53485ce
Update Cargo.toml 2020-06-23 11:12:38 +02:00
Stjepan Glavina 21fc108621 Spawn onto local worker if possible 2020-06-22 20:10:36 +02:00
Stjepan Glavina 9e1a374559 Update all dependencies 2020-06-22 19:33:08 +02:00
Stjepan Glavina ccab5ca514 Remove unnecessary unsafe 2020-06-22 18:27:39 +02:00
Stjepan Glavina 883366b9b5 Bump to v0.1.18 2020-06-21 23:17:49 +02:00
Stjepan Glavina 56b65e4b8a
Merge pull request #175 from stjepang/cleanup-sys
Cleanup sys module
2020-06-21 23:16:07 +02:00
Stjepan Glavina 7887904222 Ignore wakeup errors on windows 2020-06-21 23:08:04 +02:00
Stjepan Glavina 0c49c5e285 enable all features in basic check 2020-06-21 22:52:30 +02:00
Stjepan Glavina a055da3c35 Fix another syntax error 2020-06-21 22:51:04 +02:00
Stjepan Glavina f376e8c3a3 Fix syntax error in workflows 2020-06-21 22:49:59 +02:00
Stjepan Glavina 9c7c2d8fb8 Set 1.39.0 as MSRV 2020-06-21 22:38:27 +02:00
Stjepan Glavina 4aca9741b9 Run full cargo check only on nightly 2020-06-21 22:30:42 +02:00
Stjepan Glavina 40065c191f Fix compilation error on windows 2020-06-21 22:26:22 +02:00
Stjepan Glavina 77c1ecd1fb Add a few more Rust versions to CI 2020-06-21 22:15:54 +02:00
Stjepan Glavina 7b9e9a794b Change MAX to max_value() 2020-06-21 22:14:04 +02:00
Stjepan Glavina 6bbd398331 Simplify reactor code 2020-06-21 22:11:14 +02:00
Stjepan Glavina 30427646f6 Cleanup sys module 2020-06-21 21:05:10 +02:00
Stjepan Glavina c2dea3ae88 Bump to v0.1.17 2020-06-21 19:20:50 +02:00
Stjepan Glavina edaf3a9bb9
Merge pull request #174 from stjepang/simplify-notify
Simplify reactor notification
2020-06-21 19:01:03 +02:00
Stjepan Glavina 9c14bfb127 Remove piper 2020-06-21 18:46:49 +02:00