perlmod/perlmod-test
Wolfgang Bumiller 29e61fa65e add 'raw_return' function attribute
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>
2020-11-24 09:37:59 +01:00
..
src add 'raw_return' function attribute 2020-11-24 09:37:59 +01:00
Cargo.toml switch from failure to anyhow 2020-04-20 12:38:49 +02:00