mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 08:50:00 +00:00
![]() A function declared with a raw_return attribute like this: #[export(raw_return)] fn foo() -> Result<Value, Error>; will not perform serialization on the 'Value', but return the "raw" value to perl. This allows returning blessed values. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.cargo | ||
perlmod | ||
perlmod-macro | ||
perlmod-test | ||
.gitignore | ||
build.sh | ||
Cargo.toml | ||
Makefile | ||
rust-toolchain | ||
rustfmt.toml |