willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
28 stars 32 forks source link

Add Into<Value> implementations for HashMap and Vec #46

Closed tigercat2000 closed 3 years ago

tigercat2000 commented 3 years ago

Naturally, the elements of the Vec/HashMap also need to implement Into<Value>; plus one snowflake case for HashMap<String, Into<Value>> (since Strings aren't Into) just to make working with hashmaps a little easier.

willox commented 3 years ago

I'll check this tomorrow

willox commented 3 years ago

All seems simple enough anyway. We don't push out new debugger releases for a change like this so there's no reason to not merge it.

Once CI runs.