Archina
Follow
Late 80's gender-dead basement demoness mangling code and genome sequences.
Also plays dark and pixelated games for some's enjoyment.
-
The web needs develop.
- https://squidlet.design
Pinned Loading
-
-
Attempt for an Implementation of the...
Attempt for an Implementation of the Observer Pattern in Rust 1use std::vec::Vec;
2use std::rc::{Weak,Rc};
34pub trait Observer{
5fn on_notify( &self ) -> ();
-
Implementing a simple Stack within Rust
Implementing a simple Stack within Rust 1use std::boxed::Box;
2use std::mem;
34enum CellarState<S>{
5Empty,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.