Docs.rs
aterm-0.20.0
aterm 0.20.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Apanatshka
Dependencies
lazy_static ^0.2.8
normal
regex ^0.2.1
normal
typed-arena ^1.3.0
normal
fnv ^1.0.5
dev
Versions
22.47%
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
aterm
0.20.0
All Items
Crate Items
Modules
Structs
Enums
Traits
Crate
aterm
Copy item path
Source
Modules
§
parse
print
rc
string_
share
utils
Structs
§
Broken
F32
An f32 with broken Eq and Hash implementations. To quote shepmaster (except this is an f32):
Enums
§
Term
Placeholder
These placeholders match the constructors of Term. The Application has sub-placeholders for the children of the constructor. The Term placeholder is basically a wildcard, it matches anything.
Traits
§
ATerm
ATerm
Factory
An all-in-one package for building
ATerm
s. Maybe be pure, or have internal mutability to give you maximally shared
ATerm
s.
SharedA
Term
Factory