reffers-rs

Smart pointers

Provides smart pointer alternatives to Rust's standard libraries

Rust wrappers around references, boxes and Arcs.

GitHub

68 stars
4 watching
3 forks
Language: Rust
last commit: about 3 years ago

Related projects:

Repository Description Stars
snaipe/libcsptr A set of smart pointer constructs for the C programming language 1,608
mpusz/shared_ptr_2.0 A C++ implementation of a smart pointer that uses reference counting for managing dynamic memory 2
websockets-rs/rust-websocket A WebSocket library written in Rust providing functionality for dealing with WebSocket connections. 1,553
alire-project/smart_pointers An implementation of smart pointer techniques in Ada to manage dynamic memory and reduce manual memory management overhead. 1
rohitroy-github/smart-contract-snippets A collection of concise Solidity smart contract examples for educational purposes and quick reference. 2
rust-lang/reference The Rust Language Reference is the primary documentation for the Rust programming language. 1,263
vincent-pradeilles/weakable-self Helps avoid memory leaks by providing a way to safely capture weak references to the object calling a closure 78
fltk-rs/fltk-rs Rust bindings for a cross-platform GUI library 1,646
mozilla/authenticator-rs A Rust library for interacting with Security Key-type devices via USB HID protocol 279
tikv/grpc-rs A Rust wrapper of the gRPC Core library for building high-performance RPC services. 1,805
sreedevk/pocketbase-sdk-rust Provides a Rust SDK to interact with Pocketbase's backend services 62
xfbs/diff.rs Compiles Rust code into a WebAssembly binary for rendering diff between crate versions 113
enet4/dicom-rs Provides a standardized way to work with medical imaging data in Rust. 431
benashford/rs-es A Rust client library for interacting with the ElasticSearch REST API 218
cschreib/observable_unique_ptr Provides unique ownership smart pointers with observable lifetime control 34