perlmod/perlmod-test/src
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
..
bless.rs fix #[export(name=...)], drop deprecated make_package 2020-11-25 14:35:34 +01:00
lib.rs fix #[export(name=...)], drop deprecated make_package 2020-11-25 14:35:34 +01:00
pkg142.rs add some function name mangling to xs exports 2020-10-16 11:08:50 +02:00
pkginline.rs switch from failure to anyhow 2020-04-20 12:38:49 +02:00