Skip to content

Commit a5288f8

Browse files
committed
Moved config-files to rw-config-files
1 parent c31b2c6 commit a5288f8

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Cartons:
2323
1. [Feature Demos](feature-demos/): Showcases how to use Rust's core features. There are implementations for iterators, type conversions, using enums, pattern matching, etc. It would be a decent place to start for anyone who has read the Rust book but haven't written much code yet.
2424
2. [Dates, Times, and Timezones](dates-times-tzs/): Simple examples of using the [Chrono](https://docs.rs/chrono/latest/chrono/) library to create and read various formats of dates and times.
2525
3. [Reading & Writing JSON](rw-json/): Using the [Serde](https://docs.rs/serde/latest/serde/) library to read and write JSON.
26-
4. [Config Files](config-files/): Using Serde for toml config files.
26+
4. [Config Files](rw-config-files/): Using Serde for toml config files.
2727
5. [Numpy-style Arrays](rusty-numpy/): Numpy users will feel right at home with Rust's [ndarray](https://docs.rs/ndarray/latest/ndarray/) library.
2828
6. [Micro Macros](micromacros/): Examples of different kinds of macros. Includes the basic foundation for an ORM.
2929
7. [Async SSH Pools](async-ssh/): Demonstrates how to run the same command on multiple remote machines simultaneously. Reads a toml config file for information about the remote machines. Includes a .justfile that knows how use Lima VMs for the remotes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)