Help you make Rust code safer. For both authors and reviewers.
Attribute macro to pack all boolean fields of a struct into a bitfield
Laravel/AdonisJS-inspired utility helpers for the Rok ecosystem
Real-time market data streaming primitives — 100K+ ticks/second ingestion pipeline
Attach values statically to a type using static get/set methods.
Kubernetes operator for deploying and managing Rivven clusters
Python bindings to the docker-api-rs crate
Type definitions for TypeScript compiler
Hermit incentive contract
The core evaluation, typechecking and content-addressing infrastructure of the Yatima Language
Bootstrap components for Yew - unofficialy impure
Extends the char type to provide access to most fields of the UCD, Unicode Character Database, as of version 9.0.0. It aims to be compact, fast, and use minimal dependencies (only rust's core crate). Not all properties are included, most notably character names.
Super-simple gem that extends some Ruby classes with a "to_bool" method, which converts any object naturally into a boolean.
This gem convert 'true' and 'false' from string class to collectively TrueClass and FalseClass.
"to_bool" for the String-class in Ruby.
Adds `to_bool` method to `TrueClass`, `FalseClass`, and `NilClass`
A simple gem to convert a string to boolean , i.e. 'true'.to_bool, 'false'.to_bool
Extends the Ruby `String` class to convert strings to booleans.
Adds ".to_bool" behaviour to String, Integer, Float, Array, Hash, TrueClass, FalseClass and NilClass.
safebool - safe bool / boolean type adds Bool(), to_b, parse_bool / to_bool, bool?, false?, true?, true.is_a?(Bool)==true, false.is_a?(Bool)==true, and more
This gem extends core classes, adding helpful methods for working with Booleans (such as #to_bool and #parse_bool, and a Boolean type).
Core extension that converts string and integer values to boolean.
This gem adds a new method called `Boolean`, analogous to builtins like `Integer` or `String`, which converts a Ruby value to either `true` or `false` based on its truthiness. It also has optional core extensions that add a `to_bool` method to all Ruby objects and allow you to check if a value is boolean with `val.is_a?(Boolean)`.
Adds a default #to_bool method to Object and adds the CoerceBoolean class to parse boolean like values Examples: - CoerceBoolean.from("false") # false - CoerceBoolean.from("true") # true - CoerceBoolean.from(1) # true - CoerceBoolean.from(0) # false
No description provided.
No description provided.
No description provided.
No description provided.