Go to file
Wolfgang Bumiller dd7f83c3ee deserialize by reference
Allow deserializing things such as `&[u8]` to reference the
original data instead of requiring a `Vec<u8>` instead.

Introduces `perlmod::from_ref_value` next to
`perlmod::from_value` with a new signature.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-11-26 13:50:07 +01:00
.cargo import 2020-01-09 15:01:14 +01:00
perlmod deserialize by reference 2020-11-26 13:50:07 +01:00
perlmod-macro deserialize by reference 2020-11-26 13:50:07 +01:00
perlmod-test allow constants for class names in destructor macro 2020-11-26 11:57:28 +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