jmwample / ptrs_orig

Library supporting Pluggable Transport implementations in rust
Apache License 2.0
2 stars 0 forks source link

Working through implementation and library skeleton #1

Closed jmwample closed 2 years ago

jmwample commented 2 years ago

Implementing Args strucutres to parse client parameters and server options. At the same time laying out skeleton for other desirable features like ffi, documentation, error handling, and example programs. This PR also adds a macro with tests for hashmap creation. All tests for args implementation passing.