File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# SAFE.Utils
22
3+
4+
35SAFE.Utils provides essential utilities for building [ SAFE] ( https://safe-stack.github.io/ ) applications. It's distributed as two NuGet packages:
4- - [ SAFE.Client.Utils] [ ![ NuGet] ( https://img.shields.io/nuget/v/SAFE.Client.Utils.svg )] ( https://www.nuget.org/packages/SAFE.Client.Utils/ ) (https://www.nuget.org/packages/SAFE.Client.Utils/ ) - Utilities for client-side code
5- - [ SAFE.Server.Utils] [ ![ NuGet] ( https://img.shields.io/nuget/v/SAFE.Server.Utils.svg )] ( https://www.nuget.org/packages/SAFE.Server.Utils/ ) (https://www.nuget.org/packages/SAFE.Server.Utils/ ) - Utilities for server-side code
6+
7+ SAFE.Client.Utils - Utilities for client-side code
8+ [ ![ NuGet] ( https://img.shields.io/nuget/v/SAFE.Client.Utils.svg )] ( https://www.nuget.org/packages/SAFE.Client.Utils/ )
9+
10+ SAFE.Server.Utils - Utilities for server-side code [ ![ NuGet] ( https://img.shields.io/nuget/v/SAFE.Server.Utils.svg )] ( https://www.nuget.org/packages/SAFE.Server.Utils/ )
611
712While designed to work together in SAFE applications, each package can be used independently in F# applications.
813
You can’t perform that action at this time.
0 commit comments