extreme icon indicating copy to clipboard operation
extreme copied to clipboard

extremely boring async function runner!

Results 1 extreme issues
Sort by recently updated
recently updated
newest added

https://github.com/spacejam/extreme/blob/74e2505a63c0e735fb2c03ad779c22f8267e71cf/src/lib.rs#L24-L44 Hi, the unsafe function(new_unchecked) called needs to ensure that the parameter must be: [https://doc.rust-lang.org/std/pin/struct.Pin.html#method.new_unchecked](url) - This constructor is unsafe because we cannot guarantee that the data pointed to by...