Elements
Elements is a set of reusable components commonly used in applications.
| Build Status |
|---|
| Package | description | nuget Stable |
|---|---|---|
| Structum.Elements | Common classes and Type extensions | |
| Structum.Elements.Web | Lightweight Rest Requests and URL parser. | |
| Structum.Elements.Security | Common Encryption, Hashing and Password protection classes. | |
| Structum.Elements.Data | Data Structures and Hash Functions. |
Getting Started
Dependencies
- .NETStandard 2.1
- fastJSON (>= 2.3.3)
Installing
Structum.Elements
PM> Install-Package Structum.Elements
Structum.Elements.Web
PM> Install-Package Structum.Elements.Web
Structum.Elements.Security
PM> Install-Package Structum.Elements.Security
Structum.Elements.Data
PM> Install-Package Structum.Elements.Data
Built With
- JetBrains Rider - The IDE Used.
- DocFx - Documentation Generator.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Alex Espinoza - Initial work - Structum
License
This project is licensed under the MIT License - see the LICENSE.md file for details.