Started an exploratory project updating GWU's openNetVM framework to Rust as a learning exercise. The biggest lesson so far is to always use Options to wrap references inside structs. Makes it easier to provide `impl default` and to have None "pointers": github.com/ratnadeepb/rust-o…