Go to file
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
.cargo import 2020-01-09 15:01:14 +01:00
perlmod fix #[export(name=...)], drop deprecated make_package 2020-11-25 14:35:34 +01:00
perlmod-macro fix #[export(name=...)], drop deprecated make_package 2020-11-25 14:35:34 +01:00
perlmod-test fix #[export(name=...)], drop deprecated make_package 2020-11-25 14:35:34 +01:00
.gitignore import 2020-01-09 15:01:14 +01:00
build.sh buildsys: Makefile and build.sh like in proxmox crate 2020-11-20 13:54:59 +01:00
Cargo.toml perlmod & macro: debian/ 2020-11-20 13:54:59 +01:00
Makefile add 'make builddeps' and .buildbot.yml 2020-11-20 14:24:20 +01:00
rust-toolchain import 2020-01-09 15:01:14 +01:00
rustfmt.toml import 2020-01-09 15:01:14 +01:00