Skip to content

Commit

Permalink
Add shameless self-promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
badeend committed May 3, 2024
1 parent 5f092aa commit ddc6ba8
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: badeend
15 changes: 14 additions & 1 deletion Badeend.ValueCollections/nuget-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ The combination of these two properties neatly complement C# `record` types and

In general, the performance and memory usage is equivalent to the regular `System.Collections.Generic` types. Converting a Builder to an immutable instance is an `O(1)` operation.

More information at: https://badeend.github.io/ValueCollections/
---

**Documentation & more information at: https://badeend.github.io/ValueCollections/**

---

### Shameless self-promotion

May I interest you in one of my other packages?

- **[Badeend.ValueCollections](https://badeend.github.io/ValueCollections/)**: _Low overhead immutable collection types with structural equality._
- **[Badeend.Result](https://badeend.github.io/Result/)**: _For failures that are not exceptional: `Result<T,E>` for C#._
- **[Badeend.Any](https://badeend.github.io/Any/)**: _Holds any value of any type, without boxing small structs (up to 8 bytes)._
- **[Badeend.Nothing](https://github.com/badeend/Nothing)**: _If you want to use `void` as a type parameter, but C# won't let you._
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ The combination of these two properties neatly complement C# `record` types and
In general, the performance and memory usage is equivalent to the regular `System.Collections.Generic` types. Converting a Builder to an immutable instance is an `O(1)` operation.

More information at: https://badeend.github.io/ValueCollections/

---

### Shameless self-promotion

May I interest you in one of my other packages?

- **[Badeend.ValueCollections](https://badeend.github.io/ValueCollections/)**: _Low overhead immutable collection types with structural equality._
- **[Badeend.Result](https://badeend.github.io/Result/)**: _For failures that are not exceptional: `Result<T,E>` for C#._
- **[Badeend.Any](https://badeend.github.io/Any/)**: _Holds any value of any type, without boxing small structs (up to 8 bytes)._
- **[Badeend.Nothing](https://github.com/badeend/Nothing)**: _If you want to use `void` as a type parameter, but C# won't let you._
14 changes: 14 additions & 0 deletions docs/template/public/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
iconLinks: [
{
icon: 'github',
href: 'https://github.com/badeend/ValueCollections',
title: 'GitHub'
},
{
icon: 'heart',
href: 'https://github.com/sponsors/badeend',
title: 'Sponsor'
}
]
}

0 comments on commit ddc6ba8

Please sign in to comment.