Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ dumbpointers Public archive

Pointless exercises with Rust (de)allocation

Notifications You must be signed in to change notification settings

mcandre/dumbpointers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dumbpointers: Pointless exercises with Rust (de)allocation

EXAMPLE

let tc = Tc::new(1337, Duration::from_millis(1));
assert_eq!(*tc, 1337);

thread::sleep(Duration::from_millis(2));

assert_eq!(tc.examine(), Option::None);

RUNTIME REQUIREMENTS

(None)

CONTRIBUTING

For more details on developing dumbpointers itself, see DEVELOPMENT.md.

About

Pointless exercises with Rust (de)allocation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages