std::unique_ptr implementation backed by Ethereum NFTs (written in Rust)

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nft_ptr

    C++ `std::unique_ptr` that represents each object as an NFT on the Ethereum blockchain

  • libcxx

    Discontinued Project moved to: https://github.com/llvm/llvm-project

  • The joke is also that unique_ptr has no additional overhead compared to a regular pointer as long as it has a trivial deleter. The only overhead is if you have to null-initialize the pointer, or provide a custom deleter. Specifically, this is because there's a compressed pair of the pointer and deleter, which optimizes the pair to only be the size of the pointer if the deleter is trivial or a 0-size struct (which default_delete is).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts