Skip to content
Snippets Groups Projects
Commit 1dfe8aa7 authored by Skyler Berg's avatar Skyler Berg
Browse files

Store environment variables in map data structure

Instead of using a vector of (key, value) structs, use a map. In order
to make it easier to include this with redox, I stuck with BTreeMap.
However, once we decide to change this to HashMap, it will be a simple
find/replace operation.
parent 5be4fbfb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment