5 Commits

Author SHA1 Message Date
32595d41bb Swapped longest into its declarative form.
The function was ment to use the functional programming style, however,
I forgot to uncomment and swap out the imperative style.
2025-07-02 15:39:19 -04:00
d16f8e333e Made the jobs do something.
Also, stamped the advanced async file with the license.
2025-06-28 18:00:11 -04:00
4b16a23712 Added some advanced async stuff.
Really it doesn't have channels so the only advanced thing was the
dynamic trait part. Pinning the futures is only real hard part to
this module. The rest does show trait implementations on structs though
which was something missing from the library before.

Also, the project was turned into a library and the foundational
examples were put into a basic module.
2025-06-28 16:52:04 -04:00
d395741822 Committing a set of basic rust examples.
This contains code and tests for several basic rust skills.
2025-06-27 15:55:37 -04:00
868678fa00 Initial commit 2025-06-27 08:48:57 -04:00