Expand description
A module containing various utility functions related to user interaction in some way.
Modules§
Structs§
- Config
- A config object is an object that specifies how a Steenrod module should be constructed.
- LogWriter
Constants§
Functions§
- construct
- This constructs a resolution resolving a module according to the specifications
- construct_
nassau - See
construct - construct_
standard - See
construct - ext_
tracing_ subscriber - get_
unit - Given a resolution, return a resolution of the unit.
- init_
logging - load_
module_ json - Load a module specification from a JSON file.
- parse_
module_ name - Given a module specification string, load a json description of the module as described here.
- query_
module - Query the user for a module and a bidegree, and return a resolution resolved up to said bidegree.
- query_
module_ only - Query the user for a module and its save directory. See here for details on the propmt format.
- query_
unstable_ module - query_
unstable_ module_ only - secondary_
job - The value of the SECONDARY_JOB environment variable.
- unicode_
num - Given an
n: usize, return a UTF-8 character that best depicts this number. Ifn < 9, then this is a UTF-8 whennmany dots. Ifn = 9, then this is the number9. Otherwise, it is*.
Type Aliases§
- Query
Module Resolution - The type returned by
query_module. The value of this type depends on whethernassauis enabled. In any case, it is an augmented free chain complex over eitherSteenrodAlgebraorMilnorAlgebraand supports thecompute_through_stemfunction.