Skip to main content

Crate edn

Crate edn 

Source

Re-exports§

pub use intern_set::InternSet;
pub use value_rc::Cloned;
pub use value_rc::FromRc;
pub use value_rc::ValueRc;
pub use parse::ParseError;
pub use types::FromMicros;
pub use types::FromMillis;
pub use types::Span;
pub use types::SpannedValue;
pub use types::ToMicros;
pub use types::ToMillis;
pub use types::Value;
pub use types::ValueAndSpan;
pub use symbols::Keyword;
pub use symbols::NamespacedSymbol;
pub use symbols::PlainSymbol;

Modules§

entities
This module defines core types that support the transaction processor.
intern_set
matcher
parse
pretty_print
query
This module defines some core types that support find expressions: sources, variables, expressions, etc. These are produced as ‘fuel’ by the query parser, consumed by the query translator and executor.
symbols
types
utils
value_rc

Macros§

kw
Construct a Keyword from a Clojure-like literal syntax.

Structs§

BigInt
A big signed integer type.
DateTime
ISO 8601 combined date and time with time zone.
OrderedFloat
A wrapper around floats providing implementations of Eq, Ord, and Hash.
Utc
The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
Uuid
A Universally Unique Identifier (UUID).
UuidParseError
A general error that can occur when working with UUIDs.