CedarDotNet
An unofficial .NET library for the Cedar language.
This can be used to call Cedar functions from a .NET application.
For more information about Cedar, please see:
Getting Started
Warning
This package is still in early development and is only currently available as a pre-release.
- Install the
CedarDotNet
package:
dotnet add package CedarDotNet --prerelease
- Refer to the documentation for API details.
CedarFunctions for the stable functions.
CedarExperimentalFunctions for the experimental functions.
CedarUtilities for additional utilities which aren't part of the main API.