Crates.io | corlib |
lib.rs | corlib |
version | |
source | src |
created_at | 2023-07-20 04:24:39.382998+00 |
updated_at | 2025-03-05 02:29:06.125937+00 |
description | A various ideas library |
homepage | https://coruscateor.com/projects/corlib |
repository | https://github.com/coruscateor/corlib |
max_upload_size | |
id | 920944 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
X | Twitch | Youtube | Mastodon | GitHub | GitHub Sponsors
Corlib is a various ideas library.
Like an option but not optional.
Forces external immutability.
Containers used for communicating the results and statuses of ongoing operations.
A counter that can recycle "gaps".
Macros for implementing getters, setters and calling methods on regular structs and RefCells.
Convert Options into certainty.
Macros, functions and the RefCellStore which help make working with RefCells easier.
Collections and collection related objects.
Convert stuff into &dyn Any and &mut dyn Any.
A fun way to crash your programme.
Events and event related objects.
Loosely inspred by .NET events.
Get the value of one for each numeric type.
Miss the ++ and -- operators?
This module can help sort you out.
Reference counting related helper structs and traits.
Look at SendableText and AsStr.
Functions that help you deal with upgrading reference counted objects.
For when you want to move values around.
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.