9 releases
0.2.3 | Dec 2, 2021 |
---|---|
0.2.2 | Apr 30, 2021 |
0.2.1 | Dec 2, 2020 |
0.2.0 | Feb 6, 2020 |
0.1.1 | Oct 13, 2019 |
#375 in Email
635 downloads per month
Used in milter
17KB
242 lines
milter-sys
The milter-sys library provides low-level Rust FFI bindings to libmilter, the sendmail mail filter API.
Requirements
This crate requires the milter C library (libmilter) to be available.
☞ On Debian and Ubuntu, install the package libmilter-dev
.
Usage
See the milter crate for idiomatic Rust bindings to the milter library.
Licence
Copyright © 2019–2021 David Bürgin
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
lib.rs
:
Low-level FFI bindings to libmilter.
Dependencies
~47KB