libstaticvec 0.2.1

Experimentally provides a cdylib wrapping a (currently minimal) subset of the functionality of StaticVec, for use from C or any language with dynamic library support.
Documentation
cd .. && ^
cargo build --release && ^
cd c_header_and_example && ^
copy ..\target\release\libstaticvec.dll.lib libstaticvec.dll.lib && ^
copy ..\target\release\libstaticvec.dll libstaticvec.dll && ^
cl /O2 /wd4190 example.cpp -I. /link libstaticvec.dll.lib