perlmod/perlmod-test
Wolfgang Bumiller 2991a46a31 fix #[export(name=...)], drop deprecated make_package
The `make_package` macro is tedious to use. We now simply
depend on new-enough rustc for `package` to work.

The change to #[export] allows writing:

    #[export(name = "DESTROY")]
    fn destroy(#[raw] this: Value) { ... }

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-11-25 14:35:34 +01:00
..
src fix #[export(name=...)], drop deprecated make_package 2020-11-25 14:35:34 +01:00
Cargo.toml switch from failure to anyhow 2020-04-20 12:38:49 +02:00