ffmpeg-the-third icon indicating copy to clipboard operation
ffmpeg-the-third copied to clipboard

Keep track of new Rust features for unsafe FFI code

Open FreezyLemon opened this issue 1 year ago • 1 comments

1.82.0 for example. Raising MSRV to 1.82 is very aggressive as of now, but it should be kept in mind

FreezyLemon avatar Oct 23 '24 11:10 FreezyLemon

For future reference: 1.83 - 1.89: various new or newly const pointer APIs

1.82 contains:

1.80:

  • add size_of and align_of to the prelude
  • add a lot of NonNull functions
  • check-cfg always enabled

1.77:

  • C string literals

1.75:

  • std::mem::zeroed is const

FreezyLemon avatar Nov 11 '24 10:11 FreezyLemon