This repository has been archived on 2023-09-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rust-opensmtpd/opensmtpd/examples
Rodolphe Breard 45639f18c0 Refactor the library
Threads are a bad idea because for now the filter API is not guaranteed
to be state-less. The interface is now synchronous, which should be
enough for most filters.
The refactoring brought other changes, the most important being the
concept of modular input sources and output destination and the complete
rewrite of the procedural macro.
2019-09-17 16:45:04 +02:00
..
samples Add a more complete single events-only session 2019-07-11 19:20:06 +02:00
echo.rs Refactor the library 2019-09-17 16:45:04 +02:00
session_event_counter.rs Refactor the library 2019-09-17 16:45:04 +02:00