Skip to content

Commit e5a865a

Browse files
authored
Minor README update (#61)
* Minor README update * Remove duplicate paragraph
1 parent 8d15358 commit e5a865a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Foundation
22

3-
The Foundation package defines a low-level layer of functionality that is useful for many applications. It is designed with these goals in mind:
3+
Foundation provides a base layer of functionality useful in many applications, including fundamental types for numbers, data, collections, and dates, as well as functions for task management, file system access, and more.
4+
5+
This package is a work-in-progress that aims to build a new and unified Swift implementation of Foundation for all platforms. The project is in its early stages, with features still to be implemented. Contributions are welcome, including API implementations, bug fixes, documentation, tests and ports to new platforms.
6+
7+
It is designed with these goals in mind:
48

59
* Provide a small set of basic utility types.
610
* Make software development easier by introducing consistent conventions that can be widely adopted by the Swift ecosystem.
711
* Support internationalization and localization, to make software accessible to users around the world.
812
* Provide a level of OS independence, to enhance portability.
913

10-
This project aims to build a new and unified Swift implementation of Foundation for all platforms. The project is in its early stages, with features still to be implemented. Contributions are welcome, including API implementations, bug fixes, documentation, tests and ports to new platforms.
1114
## Current State
1215

1316
The following types are available in the preview package, with more to come later. Many types, including `JSONEncoder`, `Calendar`, `TimeZone`, and `Locale` are all-new Swift implementations. `FormatStyle` and `ParseStyle` available as open source for the first time.

0 commit comments

Comments
 (0)