Docs.rs
geode-for-geoscience-0.2.3
geode-for-geoscience 0.2.3
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
ShaitanLyss
Dependencies
clap ^4.5.21
normal
const_format ^0.2.33
normal
itertools ^0.13.0
normal
lazy_static ^1.5.0
normal
regex ^1.11.1
normal
schemars ^0.8.21
normal
serde ^1.0
normal
serde_json ^1.0.133
normal
serde_yaml ^0.9.34
normal
strict-yaml-rust ^0.1.2
normal
thiserror ^2.0.3
normal
geo-uom ^0.37.0
normal
Versions
21.52%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
CharUtils
geode
0.2.3
Char
Utils
Required Methods
to_superscript_digit
Implementations on Foreign Types
char
Implementors
In geode::
parse::
unit
geode
::
parse
::
unit
Trait
Char
Utils
Copy item path
Source
pub trait CharUtils { // Required method fn
to_superscript_digit
(self) ->
Result
<
char
,
NotADigit
>; }
Required Methods
§
Source
fn
to_superscript_digit
(self) ->
Result
<
char
,
NotADigit
>
Implementations on Foreign Types
§
Source
§
impl
CharUtils
for
char
Source
§
fn
to_superscript_digit
(self) ->
Result
<
char
,
NotADigit
>
Implementors
§