Docs.rs
hecate-symrs-0.2.4
hecate-symrs 0.2.4
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
ShaitanLyss
Dependencies
anyhow ^1.0.98
normal
const_format ^0.2.34
normal
derive_more ^2.0.1
normal
dyn-clone ^1.0.19
normal
env_logger ^0.11.8
normal
indexmap ^2.9.0
normal
itertools ^0.14.0
normal
log ^0.4.27
normal
num ^0.4.3
normal
num-traits ^0.2.19
normal
regex ^1.11.1
normal
schemars ^1.0.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_yaml ^0.9.34
normal
thiserror ^2.0.12
normal
typetag ^0.2.20
normal
ucfirst ^0.3.0
normal
uom ^0.37.0
normal
wasm-bindgen ^0.2.100
normal
Versions
1.55%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate symrs
symrs
0.2.4
All Items
Crate Items
Re-exports
Modules
Macros
Enums
Crate
symrs
Copy item path
Source
Re-exports
§
pub use expr::
Equation
;
pub use system::
System
;
pub use
expr
::*;
Modules
§
abc
expr
system
Macros
§
function
int
rational
rationals
rationals!(“1/2”, “1/3”) = [&Rational::new(1, 2) as &dyn Expr, &Rational::new(1, 3) as &dyn Expr]
symbol
symbols
Enums
§
Known
Expr