reffers-rs
Smart pointers
Provides smart pointer alternatives to Rust's standard libraries
Rust wrappers around references, boxes and Arcs.
68 stars
4 watching
3 forks
Language: Rust
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
snaipe/libcsptr | A set of smart pointer constructs for the C programming language | 1,594 |
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,547 |
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,248 |
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 lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |
mozilla/authenticator-rs | A Rust library for interacting with Security Key-type devices via USB HID protocol | 276 |
tikv/grpc-rs | A Rust wrapper of the gRPC Core library for building high-performance RPC services. | 1,807 |
sreedevk/pocketbase-sdk-rust | Provides a Rust SDK to interact with Pocketbase's backend services | 58 |
xfbs/diff.rs | Compiles Rust code into a WebAssembly binary for rendering diff between crate versions | 106 |
enet4/dicom-rs | Provides a standardized way to work with medical imaging data in Rust. | 425 |
benashford/rs-es | A Rust client library for interacting with the ElasticSearch REST API | 217 |
cschreib/observable_unique_ptr | Provides unique ownership smart pointers with observable lifetime control | 34 |