Skip to content

Commit 1dc7cf9

Browse files
Add further reading links (#6)
1 parent 9c0d1c8 commit 1dc7cf9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A Swift package that allows for the creation of CSV files.
44

55
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fscottmatthewman%2Fswiftcsvencoder%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/scottmatthewman/swiftcsvencoder) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fscottmatthewman%2Fswiftcsvencoder%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/scottmatthewman/swiftcsvencoder)
66

7+
## Table of Contents
8+
9+
- [Rationale](#rationale)
10+
- [Features](#features)
11+
- [Documentation and further reading](#documentation-and-further-reading)
12+
713
## Rationale
814

915
Neither Swift nor Apple's application libraries contain a standardised method of converting data to CSV format for export. A number of packages already exist, but I wanted to build my own minimal, reusable library.
@@ -52,3 +58,9 @@ Neither Swift nor Apple's application libraries contain a standardised method of
5258
6. **Only support in-memory data creation**
5359

5460
`SwiftCSVEncoder` only creates a string representation of the whole CSV file in memory. The calling application needs to handle saving the data to an appropriate location.
61+
62+
## Documentation and further reading
63+
64+
* **[Full documentation](https://swiftpackageindex.com/scottmatthewman/swiftcsvencoder/documentation/swiftcsvencoder)**
65+
* [SwiftCSVEncoder](https://swiftpackageindex.com/scottmatthewman/swiftcsvencoder) on Swift Package Index
66+
* Blog post: [Creating a CSV Export library for Swift (part 1)](https://matthewman.net/posts/creating-csv-library-for-swift)

0 commit comments

Comments
 (0)