issues
search
clbarnes
/
arbor-rs
MIT License
0
stars
1
forks
source link
Be better at rust
#6
Open
clbarnes
opened
6 years ago
clbarnes
commented
6 years ago
[x] Copying/cloning/deferencing
[ ] do a proper review of this
[x] When to return references etc.
[ ] Less monolithic
impl
(see #10 )
Arbor as a trait
[ ] Replace a whole bunch of
map.get().expect()
with indexing
[ ] Better errors
clbarnes
commented
6 years ago
[ ] refactor all the things
impl
(see #10 )map.get().expect()
with indexing