bastion-rs / agnostik

Executor Agnostic Runtime that can run your futures with your favourite Executor
https://docs.rs/agnostik
Apache License 2.0
143 stars 11 forks source link

Add attributes. #28

Closed dvc94ch closed 3 years ago

dvc94ch commented 3 years ago

I'm happy to transfer the agnostik-attributes repo. It's essentially the same as async-attributes but using agnostik instead of async-std.

Stupremee commented 3 years ago

It's fine if you implement the macros in a new crate agnostik_derive in this repository using a cargo workspace

dvc94ch commented 3 years ago

Finally, linux and macos are failing. I don't think ci is actually running on windows either.

Stupremee commented 3 years ago

Thanks for the PR. I will release a new version now with the new macros

Stupremee commented 3 years ago

Oh, can you add me as an owner for the agnostik_attributes crate so I can publish it?

dvc94ch commented 3 years ago

done