algotrees 0.2.0

This is a VERY early stage project to implement a library of algorithms and data structures in Rust. It has very little features and only supports one data structure (binary trees) at the moment. Documentation will come after each portion of the project is done ie: documentation for the binary tree data structure will come once all of the algorithms and options you can use are implemented.
Documentation
# Expected Release Path for AlgoTrees

### These are dates are not spicific and will not have set times. Releases my vary depending on difficulty and time alloted for the portion of the project

## Releases:

<ul>
    1. <b>Binary Trees (Beta)</b>
    <br>
    <ul>
        - <i> Full Release Expected: Late June - Mid July</i> <br>
        - Current: 0.1.1 <br>
        - Features Expected: <br>
        <ul>
            - Binary Tree Structure <br>
            - Creation Macro <br>
            - Get and Insert Functions <br>
            - Overide Functions / Replace Functions<br>
            - Traversial Functions <br>
            - Overall Common Binary Tree Functions <br>
            - Full Documentation <br>
         </ul>
    2. <b>Trees w/ multiple nodes</b>
        <ul>   
           - Full Release Expected: <i>Early July - Early August</i><br>
            - Current: N/A<br>
            - Features Expected: <br>
            <ul>
                - Tree Structure <br>
                - Tree Creation Macro <br>
                - Get and Insert Functions <br>
                - Overide Functions / Replace Functions <br>
                - Traversial Functions <br>
                - Overall Common Tree Functions <br>
                - Full Documentation <br>
            </ul>
        </ul>
    3. <b>Graphs</b> <br>
        <ul>
        - Full Release Expected: <i>Early July - Early Augest</i><br>
        - Current: N/A<br>
        - Features Expected: <br>
        <ul>
          - Graph Structure <br>
          - Creation Macro <br>
          - Get and Insert Functions <br>
          - Overide Functions / Replace Functions <br>
          - Overall Common Graph Functions <br>
          - Full Documentation <br>
        </ul>
    4. <b>Queues</b> <br>
        <ul>
        - Full Release Expected: <i>Early July - Mid July</i><br>
        - Current: 0.1.5<br> 
        - Features Expected: <br>
        <ul>
            - Queue Structure <br>
            - Get and Insert Functions <br>
            - Overall Common Queue Functions <br>
            - Full Documentation <br>
        </ul>
        </ul>
    5. <b>Others comming soon (late July - Early October)</b>
</ul>
</ul>