This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
rust-opensmtpd/opensmtpd
Rodolphe Breard 11f3712138 Add a context object the callbacks
Many filters requires to keep a state within a session. Although it not
currently possible to do so, the callback now accept a mutable object of
type NoContext. This is the first step, the next one will be to accept
any type that implements both Clone and Default.
An other step will be to allow the user to define different callback
parameters depending on his/her needs.
2019-01-12 00:17:59 +01:00
..
examples Add a context object the callbacks 2019-01-12 00:17:59 +01:00
src Add a context object the callbacks 2019-01-12 00:17:59 +01:00
Cargo.toml Use procedural macros to define events 2019-01-06 15:41:30 +01:00
Licence_CeCILL-B_V1-en.txt Use procedural macros to define events 2019-01-06 15:41:30 +01:00
Licence_CeCILL-B_V1-fr.txt Use procedural macros to define events 2019-01-06 15:41:30 +01:00