orwith

Crates.ioorwith
lib.rsorwith
version0.1.3
sourcesrc
created_at2023-03-14 04:33:17.683631
updated_at2023-04-09 00:37:13.180794
descriptionTurns the word "orwith" into a programmatical concept using Rust.
homepagehttps://www.github.com/CalinZBaenen/Orwith
repositoryhttps://www.github.com/CalinZBaenen/Orwith
max_upload_size
id809493
size4,781
Calin Baenen (CalinZBaenen)

documentation

README

Orwith

What is this crate?

This crate, orwith, is a Rust crate that turns the word "orwith" into a programmatical concept by abstracting the idea of "and/or" and encapsulating it in an Option-like type.

Why was this crate created?

This crate was created as an example on DEV of how something, in particular, a word, could be represented as a type in a programming language; the word I so happened to choose was "orwith".

What does "orwith" mean?

"Orwith" is a compound of English "or" and English "with".
The definition can for "orwith" can be found on DeviantArt, in the post “Def: Orwith”.

conjunction. Orwith:

  1. Expressing that, of two things, one or both are viable alternatives.

Ex.
"I want the green orwith blue rocks."
"Audio orwith video components."
"I can work alone orwith others."
"Do you like your coffee black orwith cream and sugar?"

Commit count: 0

cargo fmt