papyrus
papyrus copied to clipboard
(Rust) repl
Results
13
papyrus issues
Sort by
recently updated
recently updated
newest added
It was originally intended to add `#[derive(ToKserd)]` to a defined `struct` or `enum`. Testing has shown this to increase compilation times as it has to expand the macro. Instead, it...
Take example below. Crashes, but using `&String` instead of `&str` works. Maybe something to do with coercion, and might be a little tricky solve =/. ```rust let v = String::from("Hello,...
bug