Lines Matching +full:minimal +full:- +full:versions
1 minimal-lexical
4 …s is a minimal version of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to al…
6 …minimal-lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexica…
8 minimal-lexical is designed for fast compile times and small binaries sizes, at the expense of a mi…
12 For a high-level, all-in-one number conversion routines, see [rust-lexical](https://github.com/Alex…
16 - [Getting Started](#getting-started)
17 - [Recipes](#recipes)
18 - [Algorithms](#algorithms)
19 - [Platform Support](platform-support)
20 - [Minimum Version Support](minimum-version-support)
21 - [Changelog](#changelog)
22 - [License](#license)
23 - [Contributing](#contributing)
31 minimal-lexical = "0.2"
41 // the fraction digits ("2345"), and then parse the exponent to a 32-bit
44 // --------
47 // be handled by minimal-lexical, since we accept iterators
56 …ation in float formats, and the goal of integrating utility for various data-interchange language …
63 …imple-example](https://github.com/Alexhuszagh/minimal-lexical/blob/master/examples/simple.rs) for …
67 …-depth explanation on the algorithms minimal-lexical uses, please see [lexical-core#string-to-floa…
71 minimal-lexical is tested on a wide variety of platforms, including big and small-endian systems, t…
72 - x86_64 Linux, Windows, macOS, Android, iOS, FreeBSD, and NetBSD.
73 - x86 Linux, macOS, Android, iOS, and FreeBSD.
74 - aarch64 (ARM8v8-A) Linux, Android, and iOS.
75 - armv7 (ARMv7-A) Linux, Android, and iOS.
76 - arm (ARMv6) Linux, and Android.
77 - mips (MIPS) Linux.
78 - mipsel (MIPS LE) Linux.
79 - mips64 (MIPS64 BE) Linux.
80 - mips64el (MIPS64 LE) Linux.
81 - powerpc (PowerPC) Linux.
82 - powerpc64 (PPC64) Linux.
83 - powerpc64le (PPC64LE) Linux.
84 - s390x (IBM Z) Linux.
86 minimal-lexical should also work on a wide variety of other architectures and ISAs. If you have any…
90 Minimal-lexical is tested to support Rustc 1.36+, including stable, beta, and nightly. Please repor…
98 Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT license. See the […
102 …ntribution intentionally submitted for inclusion in minimal-lexical by you, as defined in the Apac…