Skip to content

safe-rust v0.1.0

Latest

Choose a tag to compare

@guhhammer guhhammer released this 03 Feb 16:59
· 1 commit to main since this release

This is the initial release of safe-rust.

It introduces the safe! macro, providing a clear and explicit way to indicate
that an expression is safe.

No unsafe code is used.

There are no known issues.