RepoNotes
Toggle theme
Loading ...
Sign in
EmbarkStudios/arboard
A clipboard for Rust
0
2
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
EmbarkStudios
1317
Followers
0
Following
346
Repos
EmbarkStudios
The future belongs to the curious
Branches
use-png-for-macos
master
Releases
Commits
Add helper script for diagnosing any future leak issues
Remove macOS memory leaks by properly passing objects via msg_send Previously, a number of functions passed some runtime-owned object by value, in Rust terms. However, the system pasteboard APIs were
fix doc example so it passes tests on ubuntu (#102)
Issues