Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple crate for the Observer pattern. Uses traits to define an Observer and an Observable. The Dipatcher struct is a simple implementation using Weak pointers so we do not get into ownership issues. The observerable does not own the observers.

About

The Observer pattern implemented in Rust. Uses Weak pointers to ease ownership issues

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages