github google/autocxx 0.5.0

latest releases: v0.26.0, v0.25.0, v0.24.0...
pre-release3 years ago

Upgrade to cxx 1.0.x. This is a breaking change in two main ways:

  • In cxx 1.0.x, mutating methods can only be called on pinned types. This requires callers to use pin_mut() on UniquePtr instances.
  • cxx 1.0.x requires an unsafe keyword to be specified, and we're following a similar policy. Either unsafe needs to be specified once for the entire autocxx block (in safety!(unsafe)) or for each method.

Don't miss a new autocxx release

NewReleases is sending notifications on new releases.