about
3/04/2022
Rust Repositories Summary
JimFawcett Repositories

Rust Repositories Summary

"Start where you are, use what you have, do what you can."
- Arthur Ashe
Code Repository
Repositories are summarized below by type. Each repository summary has a status and brief description.
  1. Utilities - helper code, often in header only packages
    Repository Docs
    Content
    Repository Code
    Status
    None yet
    Brief Helpers to consolidate code snips
  2. Tools - Programs that support file management and code analysis
    Repository Docs
    Content
    Repository Code
    Status
    Simple logger that can write to console, file, or both
    installed
    Find files containing text that matches a specified regular expression
    not yet installed
  3. Components - Building blocks for programs, often with interfaces and object factories
    Repository Docs
    Content
    Repository Code
    Status
    Thread-safe queue that blocks dequeuer when empty
    installed
    ThreadPool processing function object on specified number of threads
    installed
  4. Libraries - code that encapsulates some large facility, often a platform wrapper
    Repository Docs
    Content
    Repository Code
    Status
    facility for parsing command line arguments
    Installed
    display library for console io, including type info
    Installed
    directory navigator taking application specific generic parameter
    Installed
    Prototype Tcp message-passing communicator
    Installed
    Prototype Tcp message-passing communicator with ThreadPool
    Installed
    functions to convert between String, PathBuf, and OsString
    Installed
  5. Projects - Systems of programs that are composed of complex multi-package projects
    Repository Docs
    Content
    Repository Code
    Status
  6. Demos - Small programs that demonstrate language, library, or design constructs
    Repository Docs
    Content
    Repository Code
    Status
    Rust language demonstrations
    Installed
    Error handling code demos
    Installed
    Code demos for Rust videos
    Installed
    Code demos for Rust Libraries Chapter in Rust Story
    Installed
    Rust language demonstrations
    Installed
    Rust short stories
    Installed
  Next Prev Pages Sections About Keys