Re-exports§
pub use crdb_helpers;
pub use serde;
pub use serde_json;
pub use waaaa;
Macros§
Structs§
- BinPtr
- Client
Message - Client
Storage Info - DbPtr
- Decimal
Decimal
represents a 128 bit representation of a fixed-precision decimal number. The finite set of values of typeDecimal
are of the form m / 10e, where m is an integer such that -296 < m < 296, and e is an integer between 0 and 28 inclusive.- EventId
- Importance
- Login
Info - NewSession
- Object
Data - Object
Id - QueryId
- Read
Perms Changes - Request
Id - Saved
Object Meta - Saved
Query - Searchable
String - Session
- Session
Ref - Session
Token - TypeId
- Update
- Updatedness
- Updates
- Updates
With Snap - Upload
Id - User
- Users
WhoCan Read
Enums§
- Error
- Json
Path Item - Maybe
Object - Query
- Request
- Response
Part - Serializable
Error - Server
Message - One ServerMessage is supposed to hold as much data as possible without delaying updates, but still avoiding going too far above than 1M / message, to allow for better resumability.
- Update
Data - Upload
Traits§
- CanDo
Callbacks - Client
Side Db - Config
- CrdbFn
- Crdb
Sync Fn - Db
- DynSized
- Event
- Object
- Note that for this trait to be implemented correctly, the
Eq
trait should be equivalent to equality of the JSON-serialized representation. In particular, this means that things like [HashMap
]s should be banned, and [BTreeMap
]s should be preferred. - Result
Ext - Server
Side Db - System
Time Ext
Functions§
- check_
string - check_
strings - hash_
binary - matches
- Assumes that both
value
andpat
have already beennormalize
d. Checks whethervalue
contains patternpat
. - normalize
- normalizer_
version