| Crates.io | some_more_options |
| lib.rs | some_more_options |
| version | 0.1.0 |
| created_at | 2025-08-05 02:49:16.753612+00 |
| updated_at | 2025-08-05 02:49:16.753612+00 |
| description | For when one Option just isn't enough. |
| homepage | https://coruscateor.com/projects/some-more-options |
| repository | https://github.com/coruscateor/some_more_options |
| max_upload_size | |
| id | 1781444 |
| size | 53,049 |
X | Twitch | Youtube | Mastodon | GitHub | GitHub Sponsors
For when one Option just isn't enough.
Like the standard Option type but with more variants.
Option types for when you must have a value (No None variant).
Might be useful as field values of settings objects.
Build with the latest stable compiler.
This project uses a coding style the emphasises the use of white space over keeping the line and column counts as low as possible.
So this:
fn foo()
{
bar();
}
Not this:
fn foo()
{
bar();
}
Licensed under either of:
at your discretion
Please clone the repository and create an issue explaining what feature or features you'd like to add or bug or bugs you'd like to fix and perhaps how you intend to implement these additions or fixes. Try to include details though it doesn't need to be exhaustive and we'll take it from there (dependant on availability).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.