Crate aterm [] [src]

Modules

parse
print
rc
string_share
utils

Structs

BrokenF32

An f32 with broken Eq and Hash implementations. To quote shepmaster (except this is an f32):

Enums

TermPlaceholder

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
ATermFactory

An all-in-one package for building ATerms. Maybe be pure, or have internal mutability to give you maximally shared ATerms.

SharedATermFactory