pre icon indicating copy to clipboard operation
pre copied to clipboard

A rust crate to offer compile-time assistance for working with unsafe code.

Results 3 pre issues
Sort by recently updated
recently updated
newest added

~Rust 1.45 [lifts the restriction that proc-macros cannot be invoked in expression and statement position](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html#stabilizing-function-like-procedural-macros-in-expressions-patterns-and-statements), which is the restriction referred to as the reason for needing a `#[pre]` macro on...

This PR adds a GitHub Actions workflow file to automatically generate documentation for each push to the master branch. The documentation is pushed to the `gh-pages` branch. The code is...

As mentioned by @dancrossnyc in #39, pre fails to build in the latest nightlies. After testing this seems to be the case since `nightly-2024-07-22`. The problem is that `&'static str`...