String Comparison Functions
BEST2 virtual machine: registers, flags, stacks, 184 opcodes, result sets — a TypeScript port of EdiabasLib`s C# core.
WebdriverIO service to start & stop IEDriver
TypeScript definitions for generic-functions
📚 Single header utf8 string functions for C and C++; Neil Henning (2015).
Natural sorting of s-expressions in systems that only support lexicographic sorting
[](https://travis-ci.org/binki/pebble-v)
Javascript equivalent to PHP functions
A generic function library for Node.js
String compare as a const function
Boost C++ library boost_charconv packaged using Zanbil
A subset of libc that can be used with Rust in freestanding environments.
Command-line calculator with accumulator, memory cells, multi-base arithmetic, and script file support
An experimental C compiler and obfuscating compiler written in Rust, targeting x86_64 SysV ABI
Language-agnostic bytecode VM with fused superinstructions and a 3-tier Cranelift JIT (linear/block/tracing)
Rust implementation of Linux kernel API for loadable kernel module development
LASM - Lucia Assembly Language
Idiomatic Rust wrapper for MbedTLS, allowing you to use MbedTLS with only safe code while being able to use such great Rust features like error handling and closures. Building on MbedTLS's focus on embedded use, this crate can be used in a no_std environment.
This Rust crate is a support library for the `mbedtls` crate, providing platform and target specific implementations of all necessary functions. By separating this logic into a separate crate, multiple versions of the mbedtls crate can coexist within a single crate.This helps to avoid link name conflict errors. The crate exports Rust functions and defines C functions to support external overrides as needed for custom implementation under various platforms or targets.
This Rust crate is a support library for the `mbedtls` crate, providing platform and target specific implementations of all necessary functions. By separating this logic into a separate crate, multiple versions of the mbedtls crate can coexist within a single crate.This helps to avoid link name conflict errors. The crate exports Rust functions and defines C functions to support external overrides as needed for custom implementation under various platforms or targets.
This Rust crate is a support library for the `mbedtls` crate. It contains self-test logic that exports Rust functions and defines C functions. By separating this logic into a separate crate, multiple versions of the `mbedtls` crate can coexist within a single crate. This helps to avoid link name conflict errors.